__dmd_begin_catch

The first thing a catch handler does is call this.

version(Posix)
__dmd_begin_catch
(
_Unwind_Exception* exceptionObject
)

Parameters

exceptionObject

value passed to catch handler by unwinder

Return Value

Type: Throwable

object that was caught

Suggestion Box / Bug Report