ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
UserAborted.php
Go to the documentation of this file.
1
<?
php
2
8
class
SimpleSAML_Error_UserAborted
extends
SimpleSAML_Error_Error
9
{
10
16
public
function
__construct
(
Exception
$cause
= null)
17
{
18
parent::__construct(
'USERABORTED'
,
$cause
);
19
}
20
}
SimpleSAML_Error_UserAborted\__construct
__construct(Exception $cause=null)
Create the error.
Definition:
UserAborted.php:16
SimpleSAML_Error_UserAborted
Definition:
UserAborted.php:8
SimpleSAML_Error_Error
Definition:
Error.php:10
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
php
Exception
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
UserAborted.php
Generated on Thu Jan 16 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)