ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
OutOfSequenceBeforeClientException.php
Go to the documentation of this file.
1 <?php
2 
44 {
50  public function __construct()
51  {
53  'this method cannot be called before phpCAS::client() or phpCAS::proxy()'
54  );
55  }
56 }
This class defines Exceptions that should be thrown when the sequence of operations is invalid...
__construct(Container $dic, ilPlugin $plugin)
This class defines Exceptions that should be thrown when the sequence of operations is invalid...
A root exception interface for all exceptions in phpCAS.
Definition: Exception.php:55