mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
ZeroDb 增加自定义异常,方便在外部捕获
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace FreeSql.Extensions.ZeroEntity.Models
|
||||
{
|
||||
public class SchemaValidationException : Exception
|
||||
{
|
||||
public SchemaValidationException(string message) : base(message) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user