Skip to content

Commit

Permalink
feat: 사용하지 않는 예외 삭제(#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 20, 2024
1 parent ffd9634 commit 93c8967
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions be/src/main/java/yeonba/be/exception/JoinException.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
@AllArgsConstructor
public enum JoinException implements BaseException {

ALREADY_USED_EMAIL(
HttpStatus.BAD_REQUEST,
"이미 사용 중인 이메일입니다."),

ALREADY_USED_NICKNAME(
HttpStatus.BAD_REQUEST,
"이미 사용 중인 닉네임입니다."),
Expand Down

0 comments on commit 93c8967

Please sign in to comment.