phpCAS  version 1.4.0
Public Member Functions | List of all members
CAS_OutOfSequenceBeforeAuthenticationCallException Class Reference
Inheritance diagram for CAS_OutOfSequenceBeforeAuthenticationCallException:
CAS_OutOfSequenceException CAS_Exception CAS_Exception

Public Member Functions

 __construct ()
 

Detailed Description

This class defines Exceptions that should be thrown when the sequence of operations is invalid. In this case it should be thrown when an authentication call has not yet happened.

Definition at line 43 of file OutOfSequenceBeforeAuthenticationCallException.php.

Constructor & Destructor Documentation

◆ __construct()

CAS_OutOfSequenceBeforeAuthenticationCallException::__construct ( )

Return standard error meessage

Returns
void

Definition at line 52 of file OutOfSequenceBeforeAuthenticationCallException.php.