classException

Create a basic exception subclass with the default exception constructor.

mixin template classException (
string name
base = Exception
) {}

Meta