MirError

version(D_Exceptions)
class MirError : Error {}

Members

Mixins

__anonymous
mixin MirThrowableImpl

Mixed In Members

From mixin MirThrowableImpl

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

Generic multiargument overload. Constructs a string using the print function.

Meta