Skip to content

Commit

Permalink
refactor: 커스텀 예외 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
amaran-th committed Aug 8, 2023
1 parent ad76664 commit a284a46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum MemberExceptionType implements BaseExceptionType {

ALREADY_EXIST_ACTIVITY(
HttpStatus.BAD_REQUEST,
"요청한 activity id는 이미 존재합니다."
"이미 등록된 활동입니다."
),

NULL_DESCRIPTION(
Expand Down

0 comments on commit a284a46

Please sign in to comment.