Kotlin: Try, catch, and only finally if error

后端 未结 0 891
遇见更好的自我
遇见更好的自我 2021-01-04 00:47

I have a block of code which can throw & catch errors like so

try {

} catch (e: FooException) {

} catch (e: B         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题