Skip to content

Commit

Permalink
resolved #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ymh199478 committed Nov 26, 2018
1 parent 98e6ba0 commit 4364522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CatLib.Core/Support/Exception/CodeStandardException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace CatLib
/// 代码规范异常,引发本异常一般由于不正确的使用框架
/// </summary>
[ExcludeFromCodeCoverage]
public class CodeStandardException : RuntimeException
public class CodeStandardException : LogicException
{
/// <summary>
/// 代码规范异常
Expand Down

0 comments on commit 4364522

Please sign in to comment.