Skip to content

Commit

Permalink
🚀 deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaphocpython committed Nov 9, 2024
1 parent 7600813 commit ef2b9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/videocall/server/exception/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public enum ErrorCode {
this.statusCode = statusCode;
}



private final int code;
private final String message;
private final HttpStatusCode statusCode;
Expand Down

0 comments on commit ef2b9fe

Please sign in to comment.