Skip to content

Commit

Permalink
feat: 요청 동의 내역에 null이 포함되는 예외, 메시지 수정(#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 13, 2024
1 parent e235bb2 commit e7be5aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum NotificationException implements BaseException {

REQUEST_PERMISSIONS_CAN_NOT_CONTAIN_NULL(
HttpStatus.BAD_REQUEST,
"요청되는 동의 여부엔 null 값이 포함될 수 없습니다.");
"요청되는 동의 내역들엔 null 값이 포함될 수 없습니다.");

private final HttpStatus httpStatus;
private final String reason;
Expand Down

0 comments on commit e7be5aa

Please sign in to comment.