Skip to content

Commit d625dae

Browse files
committed
feat(community): community 예외 메시지 추가
1 parent 9006430 commit d625dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/somemore/global/exception/ExceptionMessage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
@Getter
99
public enum ExceptionMessage {
1010

11-
NOT_EXISTS_CENTER("존재하지 않는 기관 ID 입니다.")
11+
NOT_EXISTS_CENTER("존재하지 않는 기관 ID 입니다."),
12+
NOT_EXISTS_COMMUNITY_BOARD("삭제된 게시글 입니다.")
1213
;
1314

1415
private final String message;

0 commit comments

Comments
 (0)