Skip to content

Commit

Permalink
[Delete] :: user forbidden exception class delete
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 21, 2024
1 parent ca479af commit 53eb10d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
public enum UserError implements ErrorProperty {

USER_NOT_FOUND(HttpStatus.NOT_FOUND, "유저를 찾을 수 없습니다."),
USER_FORBIDDEN(HttpStatus.FORBIDDEN, "권한이 없습니다."),
PASSWORD_WRONG(HttpStatus.BAD_REQUEST, "비밀번호가 맞지 않습니다."),
USER_EXIST(HttpStatus.CONFLICT, "이미 존재하는 유저입니다.");

Expand Down

0 comments on commit 53eb10d

Please sign in to comment.