Remove unused Error.cshtml

This commit is contained in:
nicolas.dorier
2018-05-06 22:49:00 +09:00
parent efe666b284
commit 7b2ef9aec2
3 changed files with 0 additions and 52 deletions

View File

@@ -1,11 +0,0 @@
using System;
namespace BTCPayServer.Models
{
public class ErrorViewModel
{
public string RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
}
}