GoTOFirstStepException
class GoTOFirstStepException extends AlligatorCheckOutStepException
Exception thrown when user hadn't finished first step
Class GoTOFirstStepException
Properties
| protected int | $statusCode | from AlligatorException | |
| protected array | $headers | from AlligatorCheckOutStepException | |
| protected RedirectResponse | $redirectResponse | from AlligatorCheckOutStepException |
Methods
__construct(int|string $statusCode = Response::HTTP_FAILED_DEPENDENCY, string $message = 'You can not go to this step', Exception $previous = null, array $headers = array(), int $code = 0, RedirectResponse $redirectResponse = null)
No description
setRedirectResponse(RedirectResponse $redirectResponse)
No description
Details
in AlligatorCheckOutStepException at line 75
JsonResponse
getResponse()
in AlligatorCheckOutStepException at line 42
__construct(int|string $statusCode = Response::HTTP_FAILED_DEPENDENCY, string $message = 'You can not go to this step', Exception $previous = null, array $headers = array(), int $code = 0, RedirectResponse $redirectResponse = null)
in AlligatorCheckOutStepException at line 57
array
getHeaders()
in AlligatorCheckOutStepException at line 67
int
getStatusCode()
Returns the status code.