We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f795d1f commit 7cf07adCopy full SHA for 7cf07ad
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