class HttpException extends RuntimeException (View source)

Exception thrown for all HTTP Error codes where the Api's doesn't themselves provide an error message.

Methods

__construct(integer $statusCode, string $message = null, Exception $previous = null, integer $code)

No description

integer
getStatusCode()

No description

Details

__construct(integer $statusCode, string $message = null, Exception $previous = null, integer $code)

Parameters

integer $statusCode
string $message
Exception $previous
integer $code

integer getStatusCode()

Return Value

integer