dev add config for nginx
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-03-10 22:47:43 +07:00
parent 590d42690b
commit c591ab40df
17 changed files with 495 additions and 306 deletions
@@ -0,0 +1,7 @@
package ru.soune.nocopy.exception;
public class ViolationNotFoundException extends RuntimeException {
public ViolationNotFoundException(String message) {
super(message);
}
}