class HttpException extends Exception

Properties

protected $message {@inheritdoc}
protected $status {@inheritdoc}

Methods

[type]
errorResponse()

Gather the message status and error and return them as a formatted JSON response.

from Exception
Integer
getStatus()

Get the HTTP status associated with this Exception (if applicable).

from Exception

Details

in Exception at line line 29
[type] errorResponse()

Gather the message status and error and return them as a formatted JSON response.

Return Value

[type] [description]

in Exception at line line 43
Integer getStatus()

Get the HTTP status associated with this Exception (if applicable).

Return Value

Integer