AediException

General type of exception thrown by library.

General type of exception thrown by library. All kind of exceptions should inherit from this base one. Used as well for general types of exceptions that do not fit in certain category.

Constructors

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.

Meta