tryRunning

abstract fun tryRunning(action: () -> T)

执行可能抛出异常的代码.

Receiver

Parameters

action

需要执行的代码