DeclareException

Mixin to declare a new exception type with the given name. Automatically generates common constructors.

mixin template DeclareException (
string NAME
BASE = Exception
) {}

Meta