Function RecoverableHellException.this

Just use it without arguments.

Prototype

this(
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
) pure nothrow @nogc @safe;
Fork me on GitHub