We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e6ba0 commit 4364522Copy full SHA for 4364522
src/CatLib.Core/Support/Exception/CodeStandardException.cs
@@ -17,7 +17,7 @@ namespace CatLib
17
/// 代码规范异常,引发本异常一般由于不正确的使用框架
18
/// </summary>
19
[ExcludeFromCodeCoverage]
20
- public class CodeStandardException : RuntimeException
+ public class CodeStandardException : LogicException
21
{
22
/// <summary>
23
/// 代码规范异常
0 commit comments