ICanBoogie
  • Documentation
  • API Reference
  • Routing v2.3.0
Namespaces
  • ICanBoogie
    • Routing
      • ActionController
      • Controller
      • Dispatcher
      • Route
Classes
  • ActionController
  • Controller
  • Dispatcher
  • FormattedRoute
  • Helpers
  • Pattern
  • Route
  • Routes
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 v2.3.0 – Check on GitHub – API documentation generated by ApiGen