\345\274\225\346\223\216\345\274\202\345\270\270.md
... ...
@@ -264,7 +264,7 @@ var errTextMap = map[int]string{
264 264
### 异常规范
265 265
266 266
业务异常必须继承 `com.sie.snest.engine.exception.SnestException` 异常基类
267
-业务异常码定义必须实现 `com.sie.snest.engine.exception.SnestException.IErrorCode` 接口
267
+业务异常码定义必须实现 `com.sie.snest.engine.exception.IErrorCode` 接口
268 268
269 269
```java
270 270
Exception ex = new SnestException(ErrorCode.ARGUMENT_NULL_EXC); // 直接使用异常码,则异常信息使用默认的异常码对应的msg