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 FormNotFound

Exception thrown when the form associated with the operation cannot be found.

Exception implements Throwable
┗ RuntimeException
┗ ICanBoogie\Operation\FormNotFound implements ICanBoogie\Operation\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Operation
Located at Operation/FormNotFound.php

Methods summary

protected get_operation( void ) : ICanBoogie\Operation

Returns

ICanBoogie\Operation
public __construct( ICanBoogie\Operation $operation, string|null $message = null, integer $code = 500, ICanBoogie\Operation\Exception $previous = null )

FormNotFound constructor.

FormNotFound constructor.

Parameters

$operation
$message
$code
$previous

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

Magic properties

public read-only $operation : ICanBoogie\Operation
Operation 4.0.x – Check on GitHub – API documentation generated by ApiGen