__dmd_begin_catch

The first thing a catch handler does is call this.

version(Posix)
extern (C)
__dmd_begin_catch
(
_Unwind_Exception* exceptionObject
)

Parameters

exceptionObject _Unwind_Exception*

value passed to catch handler by unwinder

Return Value

Type: Throwable

object that was caught

Meta