Corrected the comments

This commit is contained in:
Igor I
2025-04-03 10:09:22 +05:00
parent 6b3a7327de
commit 117c1e53df
2 changed files with 10 additions and 1 deletions

View File

@ -75,5 +75,4 @@ public class CustomException extends Exception {
public ErrorResponseModel getErrorResponseModel() {
return error;
}
}