ICanBoogie
  • Documentation
  • API Reference
  • Operation 4.0.x
Namespaces
  • ICanBoogie
    • Operation
Classes
  • BeforeControlEvent
  • BeforeProcessEvent
  • BeforeValidateEvent
  • ControlEvent
  • FailureEvent
  • GetFormEvent
  • Hooks
  • OperationRouteDefinition
  • OperationRouteDispatcher
  • ProcessEvent
  • RescueEvent
  • Response
  • ValidateEvent
Interfaces
  • Exception
Traits
  • ControlEventTrait
  • ValidateEventTrait
Exceptions
  • Failure
  • FormHasExpired
  • FormNotFound

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
Namespace: ICanBoogie\Operation
Located at Operation/FormHasExpired.php

Methods summary

public __construct( $message = "The form associated with the request has expired.", $code = 500, ICanBoogie\Operation\Exception $previous = null )

Overrides

Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Properties summary

Properties inherited from Exception

$code, $file, $line, $message

Operation 4.0.x – Check on GitHub – API documentation generated by ApiGen