ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
UserAborted.php
Go to the documentation of this file.
1
<?
php
2
8
class
SimpleSAML_Error_UserAborted
extends
SimpleSAML_Error_Error
{
9
15
public
function
__construct
(Exception
$cause
= NULL) {
16
parent::__construct(
'USERABORTED'
,
$cause
);
17
}
18
19
}
php
An exception for terminatinating execution or to throw for unit testing.
SimpleSAML_Error_Error
Definition:
Error.php:11
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
SimpleSAML_Error_UserAborted
Definition:
UserAborted.php:8
SimpleSAML_Error_UserAborted\__construct
__construct(Exception $cause=NULL)
Create the error.
Definition:
UserAborted.php:15
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
UserAborted.php
Generated on Tue Sep 30 2025 19:00:57 for ILIAS by
1.9.4 (using
Doxyfile
)