InternalError

Undocumented in source.
class InternalError : Exception {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Mixed In Members

From mixin BasicExceptionCtors

this
this(size_t line, string file)
Undocumented in source.
this
this(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this(string msg, Throwable next, string file, size_t line)
Undocumented in source.
this
this(Throwable next, string file, size_t line)
Undocumented in source.

Meta