NuException

An exception which can be thrown from numem

Constructors

this
this(const(char)[] msg, Throwable nextInChain, string file, size_t line)

Constructs a nogc exception

Destructor

~this
~this()
Undocumented in source.

Members

Functions

free
void free()

Helper function to free this exception

freeNoThrow
void freeNoThrow()

Helper function to free this exception

message
const(char)[] message()

Returns the error message

Static functions

create
NuException create(const(char)[] msg, Throwable nextInChain, string file, size_t line)

Helper that creates a new exception.

Meta