ICanBoogie/Routing master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • Routing
      • Controller
      • Route
      • RouteDispatcher

Classes

  • Controller
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • RouteCollection
  • RouteDefinition
  • RouteDispatcher
  • RouteMaker

Interfaces

  • Exception
  • ToSlug

Exceptions

  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Functions

  • absolutize_url
  • contextualize
  • decontextualize

Class RouteNotDefined

Exception thrown when a route does not exists.

Exception implements Throwable
Extended by 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( )
public
# __construct( string $id, integer $code = ICanBoogie\Routing\Status::NOT_FOUND, ICanBoogie\Routing\Exception $previous = null )

Parameters

$id
Identifier of the route.
$code
$previous

Overrides

Exception::__construct
protected string
# format_message( string $id )

Formats exception message.

Formats exception message.

Parameters

$id

Returns

string

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 string $id

The identifier of the route.

ICanBoogie/Routing master API documentation generated by ApiGen