AlligatorCheckOutStepException
abstract class AlligatorCheckOutStepException extends AlligatorCheckOutException implements HttpExceptionInterface
Superclass of all exceptions thrown on one-step-checkout
Class AlligatorCheckOutStepException
Properties
| protected int | $statusCode | from AlligatorException | |
| protected array | $headers | ||
| protected RedirectResponse | $redirectResponse |
Methods
JsonResponse
getResponse()
No description
__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
array
getHeaders()
No description
int
getStatusCode()
Returns the status code.
setRedirectResponse(RedirectResponse $redirectResponse)
No description
Details
at line 75
JsonResponse
getResponse()
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)
at line 57
array
getHeaders()
at line 67
int
getStatusCode()
Returns the status code.