dev comment logic for check max users
Test Workflow / test (push) Successful in 5s

This commit is contained in:
vladp
2026-02-20 21:53:49 +07:00
parent 5551d84bf7
commit a42e3c72fc
3 changed files with 90 additions and 70 deletions
@@ -0,0 +1,7 @@
package ru.soune.nocopy.exception;
public class CompanyAlreadyExist extends RuntimeException {
public CompanyAlreadyExist(String message) {
super(message);
}
}