Skip to content

Commit

Permalink
Merge pull request #321 from wafflestudio/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Hank-Choi authored Jan 14, 2025
2 parents 6f8da4c + 7cf07ad commit ac48039
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 ac48039

Please sign in to comment.