ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.4.0
Namespaces
  • ICanBoogie
    • Routing
      • Controller
      • Dispatcher
      • Route
Classes
  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes
Interfaces
  • Exception
  • ToSlug
Exceptions
  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Class RouteNotDefined

Exception thrown when a route does not exists.

Exception implements Throwable
┗ ICanBoogie\Routing\RouteNotDefined implements ICanBoogie\Routing\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\Routing
Located at RouteNotDefined.php

Methods summary

protected get_id( void )
public __construct( string $id, integer $code = 404, ICanBoogie\Routing\Exception $previous = null )

Parameters

$id
Identifier of the route.
$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 $id : string

The identifier of the route.

Routing v2.4.0 – Check on GitHub – API documentation generated by ApiGen