Public Member Functions

CAS_ProxyTicketException Class Reference

Inheritance diagram for CAS_ProxyTicketException:
CAS_Exception

List of all members.

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 36 of file ProxyTicketException.php.


Constructor & Destructor Documentation

CAS_ProxyTicketException::__construct ( message,
code = PHPCAS_SERVICE_PT_FAILURE 
)

Constructor

Parameters:
string $message
optional int $code
optional Exception $previous
Returns:
void

Definition at line 49 of file ProxyTicketException.php.