Fix test broken by PR #1027
This commit is contained in:
14
src/Umbraco.Web/Mvc/ModelBindingException.cs
Normal file
14
src/Umbraco.Web/Mvc/ModelBindingException.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Umbraco.Web.Mvc
|
||||
{
|
||||
public class ModelBindingException : Exception
|
||||
{
|
||||
public ModelBindingException()
|
||||
{ }
|
||||
|
||||
public ModelBindingException(string message)
|
||||
: base(message)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user