class CRM_Exception extends PEAR_Exception

Class CRM_Exception

Methods

__construct(string $message = NULL, int $code, $previous = NULL)

Redefine the exception so message isn't optional.

Details

at line 63
__construct(string $message = NULL, int $code, $previous = NULL)

Redefine the exception so message isn't optional.

Supported signatures: - PEAR_Exception(string $message); - PEAR_Exception(string $message, int $code); - PEAR_Exception(string $message, Exception $cause); - PEAR_Exception(string $message, Exception $cause, int $code); - PEAR_Exception(string $message, PEAR_Error $cause); - PEAR_Exception(string $message, PEAR_Error $cause, int $code); - PEAR_Exception(string $message, array $causes); - PEAR_Exception(string $message, array $causes, int $code);

Parameters

string $message exception message
int $code
$previous