RecoverableHellException

If you have some good reason to not use assert(0).<br/> In other words, if you really think you need a recoverable assert(0).<br/> Be careful. See <a href="https://forum.dlang.org/post/mailman.1239.1490287548.31550.digitalmars-d@puremagic.com" target="_blank">the discussion</a>.

final
class RecoverableHellException : Exception {}

Constructors

this
this(string file, size_t line)

Just use it without arguments.

Meta