[UCOD][PRE-PROD][21][2]-Create Transaction Verify Otp api response

UCO-PRE-PRODUCTION-2026
Omar Shahbaz 3 days ago
parent d2bf06ac56
commit 2e9d366f87

@ -1,7 +1,10 @@
package com.mfsys.uco.exception;
public class TranVerificationPinException extends RuntimeException {
public TranVerificationPinException(String message) {
super(message);
import com.mfsys.comm.exception.ApplicationException;
import com.mfsys.comm.exception.ERRCode;
public class TranVerificationPinException extends ApplicationException {
public TranVerificationPinException() {
super(null, ERRCode.VERIFY_PIN_INVALID, null);
}
}

Loading…
Cancel
Save