BadRouteException.php 81 B

1234567
  1. <?php
  2. namespace FastRoute;
  3. class BadRouteException extends \LogicException
  4. {
  5. }