Skip to content

Commit

Permalink
confirm_message 복구
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank-Choi committed Jan 14, 2025
1 parent f795d1f commit 7cf07ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/kotlin/common/exception/Snu4tException.kt
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
error = ErrorType.LECTURE_TIME_OVERLAP,
displayMessage = confirmMessage,
ext = mapOf("confirm_message" to confirmMessage)
)

object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)
Expand Down

0 comments on commit 7cf07ad

Please sign in to comment.