We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f8da4c + 7cf07ad commit ac48039Copy full SHA for ac48039
core/src/main/kotlin/common/exception/Snu4tException.kt
@@ -98,6 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
98
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
99
error = ErrorType.LECTURE_TIME_OVERLAP,
100
displayMessage = confirmMessage,
101
+ ext = mapOf("confirm_message" to confirmMessage)
102
)
103
104
object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)
0 commit comments