We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfae829 + 2f6cc24 commit ea9c1d5Copy full SHA for ea9c1d5
api/src/main/resources/logback.xml
core/src/main/kotlin/common/exception/Snu4tException.kt
@@ -98,7 +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)
+ ext = mapOf("confirm_message" to confirmMessage),
102
)
103
104
object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)
0 commit comments