SkadiException

Create an exception class with the given name ~ "Exception"

mixin template SkadiException (
string name
string code = "500"
string file = __FILE__
size_t line = __LINE__
)

Meta