phpCAS  version 1.4.0
Public Member Functions | List of all members
CAS_ProxyTicketException Class Reference
Inheritance diagram for CAS_ProxyTicketException:
CAS_Exception

Public Member Functions

 __construct ($message, $code=PHPCAS_SERVICE_PT_FAILURE)
 

Detailed Description

An Exception for errors related to fetching or validating proxy tickets.

Definition at line 41 of file ProxyTicketException.php.

Constructor & Destructor Documentation

◆ __construct()

CAS_ProxyTicketException::__construct (   $message,
  $code = PHPCAS_SERVICE_PT_FAILURE 
)

Constructor

Parameters
string$messageMessage text
int$codeError code
Returns
void

Definition at line 54 of file ProxyTicketException.php.

References PHPCAS_SERVICE_PT_BAD_SERVER_RESPONSE, PHPCAS_SERVICE_PT_FAILURE, and PHPCAS_SERVICE_PT_NO_SERVER_RESPONSE.