ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
NoSupportedIDP.php
Go to the documentation of this file.
1 <?php
10 
11 use SAML2\Constants;
12 
14 {
24  public function __construct($responsible, $message = null, \Exception $cause = null)
25  {
26  parent::__construct($responsible, Constants::STATUS_NO_SUPPORTED_IDP, $message, $cause);
27  }
28 }
const STATUS_NO_SUPPORTED_IDP
Used by an intermediary to indicate that none of the identity providers in an <IDPList> are supported...
Definition: Constants.php:331
catch(Exception $e) $message
__construct($responsible, $message=null, \Exception $cause=null)
NoSupportedIDP error constructor.