class RedirectRouteException extends AlligatorException

Class RedirectRouteException

Properties

protected int $statusCode from AlligatorException

Methods

JsonResponse
getResponse()

No description

__construct(string $route, array $params = null)

RedirectRouteException constructor.

string
getRoute()

No description

array|null
getParams()

No description

Details

in AlligatorException at line 28
JsonResponse getResponse()

Return Value

JsonResponse

at line 34
__construct(string $route, array $params = null)

RedirectRouteException constructor.

Parameters

string $route
array $params

at line 43
string getRoute()

Return Value

string

at line 51
array|null getParams()

Return Value

array|null