Skip to content

Commit

Permalink
refactor: 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxklee committed Jul 18, 2024
1 parent 8e20c3f commit b31d258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package leets.weeth.global.common.error.exception.custom;

public class TypeNotMatchException extends BusinessLogicException{
public TypeNotMatchException() {super("타입이 맞지 않습니다.(NOTICE, EVENT, ATTENDANCE");}
public TypeNotMatchException() {super("타입이 맞지 않습니다.(NOTICE, EVENT, ATTENDANCE)");}
}

0 comments on commit b31d258

Please sign in to comment.