9 lines
85 B
Kotlin
9 lines
85 B
Kotlin
try
|
|
{
|
|
}
|
|
catch (e : Exception?) {
|
|
println(1)
|
|
}
|
|
catch (e : IOException?) {
|
|
println(0)
|
|
} |