You've already forked FrameTour-BE
支付
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.ycwl.basic.pay.exceptions;
|
||||
|
||||
public class PayException extends RuntimeException {
|
||||
public PayException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user