|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
An Exception for errors related to fetching or validating proxy tickets. More...
Inheritance diagram for CAS_ProxyTicketException:
Collaboration diagram for CAS_ProxyTicketException:Public Member Functions | |
| __construct ($message, $code=PHPCAS_SERVICE_PT_FAILURE) | |
| Constructor. More... | |
An Exception for errors related to fetching or validating proxy tickets.
Definition at line 41 of file ProxyTicketException.php.
| CAS_ProxyTicketException::__construct | ( | $message, | |
$code = PHPCAS_SERVICE_PT_FAILURE |
|||
| ) |
Constructor.
| string | $message | Message text |
| int | $code | Error code |
Definition at line 54 of file ProxyTicketException.php.
References $code, $message, PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE, PHPCAS_SERVICE_PT_FAILURE, and PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE.