Skip to content

Commit

Permalink
RAC-103 fix: 멘토링 예외 코드 700번대로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Nov 9, 2023
1 parent a60152d commit cc74d73
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public enum MentoringResponseCode {
MENTORING_CREATE("MT202"),
MENTORING_DELETE("MT203"),

MENTORING_NOT_FOUND("EX901"),
MENTORING_DONE("EX902"),
MENTORING_NOT_WAITING("EX903"),
MENTORING_NOT_FOUND("EX700"),
MENTORING_DONE("EX701"),
MENTORING_NOT_WAITING("EX702"),
;
private final String code;
}

0 comments on commit cc74d73

Please sign in to comment.