63 if (self::$_exitWhenThrown) {
82 self::$_exitWhenThrown =
false;
__construct($message='Terminate Gracefully', $code=0)
Test if exceptions should be thrown or if we should just exit.
catch(Exception $e) $message
static throwInsteadOfExiting()
Force phpcas to thow Exceptions instead of calling exit() Needed for unit testing.
A root exception interface for all exceptions in phpCAS.