ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
CAS_OutOfSequenceBeforeProxyException Class Reference

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

+ Inheritance diagram for CAS_OutOfSequenceBeforeProxyException:
+ Collaboration diagram for CAS_OutOfSequenceBeforeProxyException:

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 proxy() call has not yet happened and no proxy object exists.

Definition at line 43 of file OutOfSequenceBeforeProxyException.php.

Constructor & Destructor Documentation

◆ __construct()

CAS_OutOfSequenceBeforeProxyException::__construct ( )

Return standard error message.

Returns
void

Definition at line 51 of file OutOfSequenceBeforeProxyException.php.

References ILIAS\GlobalScreen\Provider\__construct().

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

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