Skip to content

Commit 362747e

Browse files
committed
Be strict type
1 parent 03f792b commit 362747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studyplus-android-sdk/src/main/java/jp/studyplus/android/sdk/StudyplusError.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.studyplus.android.sdk
22

33
sealed class StudyplusError {
4-
class IOException(val throwable: Throwable) : StudyplusError()
4+
class IOException(val e: java.io.IOException) : StudyplusError()
55
object BadRequest : StudyplusError()
66
object LoginRequired : StudyplusError()
77
object ServerError : StudyplusError()

0 commit comments

Comments
 (0)