Skip to content

Commit 1dde8c6

Browse files
committed
✨ 커스텀 Exception 추가
1 parent 2303c47 commit 1dde8c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.whyranoid.domain.model
2+
3+
sealed class MoGakRunException : Exception() {
4+
5+
object NetworkFailureException : MoGakRunException()
6+
7+
object FileNotFoundedException : MoGakRunException()
8+
9+
object OtherException : MoGakRunException()
10+
}

0 commit comments

Comments
 (0)