mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
@@ -28,7 +28,7 @@ public class OpenException extends RuntimeException {
|
||||
}
|
||||
|
||||
public OpenException(I18nMessage openError, Object... params) {
|
||||
this(openError, Locale.SIMPLIFIED_CHINESE, params);
|
||||
this(openError, Locale.ENGLISH, params);
|
||||
}
|
||||
|
||||
public OpenException(String subCode, String subMsg, String solution) {
|
||||
|
Reference in New Issue
Block a user