ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
OutOfSequenceBeforeAuthenticationCallException.php
Go to the documentation of this file.
1 <?php
2 
44 {
50  public function __construct()
51  {
52  parent::__construct('An authentication call hasn\'t happened yet.');
53  }
54 }
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...
__construct(Container $dic, ilPlugin $plugin)
A root exception interface for all exceptions in phpCAS.
Definition: Exception.php:55