Implements a mixin template that allows throwing Errors from @nogc code.
Mixes in the definition of a subclass of Error as well as a convenience function (e.g. myError()) to throw the single thread-local instance of that class.
See Source File
Implements a mixin template that allows throwing Errors from @nogc code.