ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
CAS_OutOfSequenceBeforeAuthenticationCallException Class Reference

This class defines Exceptions that should be thrown when the sequence of operations is invalid. More...

+ Inheritance diagram for CAS_OutOfSequenceBeforeAuthenticationCallException:
+ Collaboration diagram for CAS_OutOfSequenceBeforeAuthenticationCallException:

Public Member Functions

 __construct ()
 Return standard error meessage. More...
 

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.

53  {
54  parent::__construct('An authentication call hasn\'t happened yet.');
55  }

The documentation for this class was generated from the following file: