ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NoState.php
Go to the documentation of this file.
1 <?php
2 
10 {
11 
12 
16  public function __construct()
17  {
18  $this->includeTemplate = 'core:no_state.tpl.php';
19  parent::__construct('NOSTATE');
20  }
21 }
__construct()
Create the error.
Definition: NoState.php:16