class HttpException extends Exception (View source)

Properties

protected string $status

Define the status code has message

protected array $error_bags

Define the errors bags

Methods

__construct(string $message, int $code = 200)

HttpException constructor

string
getStatus()

Get the define user error code

int
getStatusCode()

Get the status code

setErrorBags(array $errors)

Set the errors bags

array
getErrorBags()

Get the errors bags

Details

__construct(string $message, int $code = 200)

HttpException constructor

Parameters

string $message
int $code

string getStatus()

Get the define user error code

Return Value

string

int getStatusCode()

Get the status code

Return Value

int

setErrorBags(array $errors)

Set the errors bags

Parameters

array $errors

array getErrorBags()

Get the errors bags

Return Value

array