invoke

abstract fun invoke(throwable: Throwable?)(source)

当异常发生或操作完成时,此方法将被调用。

Parameters

throwable

异常实例,如果操作正常完成,则为null