mir.exception

@nogc exceptions and errors definitions.

Most of the API Requires DIP1008.

Members

Classes

MirError
class MirError
MirException
class MirException

Functions

enforce
auto ref enforce(Expr arg)
mirExceptionInitilizePayloadImpl
const(char)[] mirExceptionInitilizePayloadImpl(char[maxMirExceptionMsgLen] payload, const(char)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxMirExceptionMsgLen
enum maxMirExceptionMsgLen;

Mixin templates

MirThrowableImpl
mixintemplate MirThrowableImpl()

Templates

staticException
template staticException(string fmt, string file, int line)
Undocumented in source.

Meta