ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
NoAvailableIDP.php
Go to the documentation of this file.
1
<?
php
9
namespace
SimpleSAML\Module\saml\Error
;
10
11
use
SAML2\Constants
;
12
13
class
NoAvailableIDP
extends
\sspmod_saml_Error
14
{
24
public
function
__construct
($responsible,
$message
= null, \
Exception
$cause
= null)
25
{
26
parent::__construct($responsible,
Constants::STATUS_NO_AVAILABLE_IDP
,
$message
,
$cause
);
27
}
28
}
Constants
sspmod_saml_Error
Definition:
Error.php:8
$message
catch(Exception $e) $message
Definition:
saml2-logout.php:34
SAML2\Constants\STATUS_NO_AVAILABLE_IDP
const STATUS_NO_AVAILABLE_IDP
Used by an intermediary to indicate that none of the supported identity provider <Loc> elements in an...
Definition:
Constants.php:316
SimpleSAML_Error_Exception\$cause
$cause
Definition:
Exception.php:31
SimpleSAML\Module\saml\Error\NoAvailableIDP\__construct
__construct($responsible, $message=null, \Exception $cause=null)
NoAvailableIDP error constructor.
Definition:
NoAvailableIDP.php:24
SimpleSAML\Module\saml\Error\NoAvailableIDP
Definition:
NoAvailableIDP.php:13
SimpleSAML\Module\saml\Error
Definition:
NoAuthnContext.php:9
php
Exception
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
saml
lib
Error
NoAvailableIDP.php
Generated on Thu Jan 16 2025 19:01:56 for ILIAS by
1.8.13 (using
Doxyfile
)