ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
NoState.php
Go to the documentation of this file.
1
<?
php
2
9
class
SimpleSAML_Error_NoState
extends
SimpleSAML_Error_Error
{
10
11
15
public
function
__construct
() {
16
$this->includeTemplate =
'core:no_state.tpl.php'
;
17
parent::__construct(
'NOSTATE'
);
18
}
19
20
}
php
An exception for terminatinating execution or to throw for unit testing.
SimpleSAML_Error_Error
Definition:
Error.php:11
SimpleSAML_Error_NoState
Definition:
NoState.php:9
SimpleSAML_Error_NoState\__construct
__construct()
Create the error.
Definition:
NoState.php:15
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
NoState.php
Generated on Sat Oct 4 2025 19:00:58 for ILIAS by
1.9.4 (using
Doxyfile
)