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