Overview

Namespaces

  • Deimos
    • Route
      • Exceptions
  • PHP

Classes

  • Deimos\Route\Route

Interfaces

  • Throwable

Exceptions

  • Deimos\Route\Exceptions\PathNotFound
  • Exception
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
1: <?php
2: 
3: namespace Deimos\Route\Exceptions;
4: 
5: class PathNotFound extends \Exception
6: {
7: 
8: }
API documentation generated by ApiGen