net / com.drake.net.scope / AndroidScope / catch
catch¶
protected var catch: (
AndroidScope
.(
Throwable
) ->
Unit
)?
protected open fun catch(e:
Throwable
):
Unit
open fun catch(block:
AndroidScope
.(
Throwable
) ->
Unit
= {}):
AndroidScope
当作用域内发生异常时回调