ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
OutOfSequenceBeforeClientException.php
Go to the documentation of this file.
1 <?php
2 
44 {
50  public function __construct()
51  {
52  parent::__construct(
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...
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