rename AbpErrorPageModel to AbpErrorViewModel

pull/2165/head
Yunus Emre Kalkan 6 years ago
parent 3c444ebd59
commit 6a70ba9b9b

@ -48,7 +48,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers
var page = GetErrorPageUrl(httpStatusCode);
return View(page, new AbpErrorPageModel
return View(page, new AbpErrorViewModel
{
ErrorInfo = errorInfo,
HttpStatusCode = httpStatusCode

@ -2,7 +2,7 @@
namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Views.Error
{
public class AbpErrorPageModel
public class AbpErrorViewModel
{
public RemoteServiceErrorInfo ErrorInfo { get; set; }

Loading…
Cancel
Save