ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
CAS_OutOfSequenceBeforeClientException Class Reference

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

+ Inheritance diagram for CAS_OutOfSequenceBeforeClientException:
+ Collaboration diagram for CAS_OutOfSequenceBeforeClientException:

Public Member Functions

 __construct ()
 Return standard error message. 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 the client() or proxy() call has not yet happened and no client or proxy object exists.

Definition at line 43 of file OutOfSequenceBeforeClientException.php.

Constructor & Destructor Documentation

◆ __construct()

CAS_OutOfSequenceBeforeClientException::__construct ( )

Return standard error message.

Returns
void

Definition at line 50 of file OutOfSequenceBeforeClientException.php.

References ILIAS\GlobalScreen\Provider\__construct().

51  {
53  'this method cannot be called before phpCAS::client() or phpCAS::proxy()'
54  );
55  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

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