PHP Class SimpleSAML\Module\saml\Error\ProxyCountExceeded

Inheritance: extends sspmod_saml_Error
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
__construct ( string $responsible, string | null $message = null, Exception $cause = null ) ProxyCountExceeded error constructor.

Method Details

__construct() public method

ProxyCountExceeded error constructor.
public __construct ( string $responsible, string | null $message = null, Exception $cause = null )
$responsible string A string telling who is responsible for this error. Can be one of the following: - \SAML2\Constants::STATUS_RESPONDER: in case the error is caused by this SAML responder. - \SAML2\Constants::STATUS_REQUESTER: in case the error is caused by the SAML requester.
$message string | null A short message explaining why this error happened.
$cause Exception An exception that caused this error.