Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.test.payment.exceptions;
|
||||
|
||||
|
||||
public class MpesaPermanentException extends RuntimeException {
|
||||
public MpesaPermanentException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user