ExitException

Exception to raise to safely exit the program.

Should usually be used via Application.exit().

class ExitException : Exception {}

Constructors

this
this(int status, istring msg)

Exit exception constructor.

Members

Variables

status
int status;

Exit status to return to the OS at exit.

Meta