Skip to content

Commit 4364522

Browse files
committed
resolved #80
1 parent 98e6ba0 commit 4364522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CatLib.Core/Support/Exception/CodeStandardException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace CatLib
1717
/// 代码规范异常,引发本异常一般由于不正确的使用框架
1818
/// </summary>
1919
[ExcludeFromCodeCoverage]
20-
public class CodeStandardException : RuntimeException
20+
public class CodeStandardException : LogicException
2121
{
2222
/// <summary>
2323
/// 代码规范异常

0 commit comments

Comments
 (0)