dev add new status fo file
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-03-27 13:37:37 +07:00
parent a01adfc848
commit 57dcc12cf2
17 changed files with 932 additions and 6 deletions
@@ -0,0 +1,7 @@
package ru.soune.nocopy.exception;
public class InvalidAppealException extends RuntimeException {
public InvalidAppealException(String message) {
super(message);
}
}