FrontOrThrowException

An exception that's throw by frontOrThrow should the exception maker throw

class FrontOrThrowException : Exception {}

Constructors

this
this(Exception cause)
Undocumented in source.

Members

Variables

cause
Exception cause;

Original cause of this exception

Meta