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
}
SimpleSAML_Error_UserAborted\__construct
__construct(Exception $cause=NULL)
Create the error.
Definition:
UserAborted.php:15
SimpleSAML_Error_UserAborted
Definition:
UserAborted.php:8
SimpleSAML_Error_Error
Definition:
Error.php:10
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
Exception
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Error
UserAborted.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)