Method | Description | |
---|---|---|
__construct ( string $message, integer $code, Exception $previous = null ) | Constructor. |
public __construct ( string $message, integer $code, Exception $previous = null ) | ||
$message | string | Exception message to throw |
$code | integer | Exception code |
$previous | Exception | previous exception used for the exception chaining |