_d_throwdwarf

Called by D code to throw an exception via

throw o;
version(Posix)
extern (C)
void
_d_throwdwarf

Parameters

o Throwable

Object to throw

Return Value

Type: void

doesn't return

Meta