dev add api for payment
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-02-18 18:26:11 +07:00
parent 3d5856d302
commit d7e3afb4dc
8 changed files with 111 additions and 4 deletions
@@ -0,0 +1,7 @@
package ru.soune.nocopy.exception;
public class PaymentNotFoundException extends RuntimeException {
public PaymentNotFoundException(String message) {
super(message);
}
}