ExceptionMixin

Simple exception mixin for creating custom exceptions.

Constructors

this
this(string msg, Throwable next)

Undocumented in source.

this
this(string msg, string file, size_t line, Throwable next)

Undocumented in source.

Meta