ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
NoAvailableIDP.php
Go to the documentation of this file.
1<?php
10
12
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}
An exception for terminatinating execution or to throw for unit testing.
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:311
__construct($responsible, $message=null, \Exception $cause=null)
NoAvailableIDP error constructor.
catch(Exception $e) $message