ILIAS  release_7 Revision v7.30-3-g800a261c036
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.

51 {
52 parent::__construct('An authentication call hasn\'t happened yet.');
53 }
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References ILIAS\GlobalScreen\Provider\__construct().

+ Here is the call graph for this function:

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