refactor!: 重构 MultiTypesException #58
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/MultiTypesException"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MultiTypesException重命名为IMultiTypesExceptionExceptionType重命名为IExceptionTypeIExceptionType中的工厂方法抽取到IExceptionFactory中IMultiTypesException接口中添加泛型参数TCode,用于指定异常类型代码的类型IExceptionType接口中添加getDescription方法,用于获取异常类型的描述信息