mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-23 10:31:52 +08:00
移除过时方法,工具类迁移
This commit is contained in:
@@ -18,6 +18,11 @@ public class PayErrorException extends RuntimeException {
|
||||
this.error = error;
|
||||
}
|
||||
|
||||
public PayErrorException(PayError error, Throwable throwable) {
|
||||
super(error.getString(), throwable);
|
||||
this.error = error;
|
||||
}
|
||||
|
||||
|
||||
public PayError getPayError() {
|
||||
return error;
|
||||
|
||||
Reference in New Issue
Block a user