ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 50 of file OutOfSequenceBeforeAuthenticationCallException.php.

References ILIAS\GlobalScreen\Provider\__construct().

51  {
52  parent::__construct('An authentication call hasn\'t happened yet.');
53  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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