with Exception Handling
inline fun withExceptionHandling(catchLabel: Int, endLabel: Int, block: () -> Unit)
Content copied to clipboard
Automatically pushes/pops the required exception handlers.
Automatically pushes/pops the required exception handlers.