ICanBoogie
  • Documentation
  • API Reference
  • Routing 4.0.x
Namespaces
  • ICanBoogie
    • Routing
      • Controller
      • Route
      • RouteDispatcher
Classes
  • ClosureController
  • Controller
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • RouteCollection
  • RouteDefinition
  • RouteDispatcher
  • RouteMaker
Interfaces
  • Exception
  • ToSlug
Exceptions
  • ActionNotDefined
  • ControllerNotDefined
  • PatternNotDefined
  • PatternRequiresValues
  • RouteNotDefined

Interface Exception

Routing exceptions implement this interface so that they can be easily recognized.

try
{
    // …
}
catch (\ICanBoogie\Routing\Exception $e)
{
    // a routing exception
}
catch (\Exception $e
{
    // another type of exception
}

Direct known implementers

ICanBoogie\Routing\ActionNotDefined, ICanBoogie\Routing\ControllerNotDefined, ICanBoogie\Routing\PatternNotDefined, ICanBoogie\Routing\PatternRequiresValues, ICanBoogie\Routing\RouteNotDefined

Namespace: ICanBoogie\Routing
Located at Exception.php
Routing 4.0.x – Check on GitHub – API documentation generated by ApiGen