Skip to content

Commit 7cf07ad

Browse files
committed
confirm_message 복구
1 parent f795d1f commit 7cf07ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/kotlin/common/exception/Snu4tException.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ object WrongSemesterException : Snu4tException(ErrorType.WRONG_SEMESTER)
9898
class LectureTimeOverlapException(confirmMessage: String) : Snu4tException(
9999
error = ErrorType.LECTURE_TIME_OVERLAP,
100100
displayMessage = confirmMessage,
101+
ext = mapOf("confirm_message" to confirmMessage)
101102
)
102103

103104
object CustomLectureResetException : Snu4tException(ErrorType.CANNOT_RESET_CUSTOM_LECTURE)

0 commit comments

Comments
 (0)