Class FormHasExpired
Exception thrown when the form associated with an operation has expired.
The exception is considered recoverable, if the request is not XHR.
- Exception implements Throwable
- ┗ ICanBoogie\Operation\FormHasExpired implements ICanBoogie\Operation\Exception
Methods summary
public
__construct( $message = "The form associated with the request has expired.", $code = 500, ICanBoogie\Operation\Exception $previous = null )
Methods inherited from Exception
__toString(),
__wakeup(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
Properties summary
Properties inherited from Exception
$code,
$file,
$line,
$message