RouteNotFound.php 111 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. namespace Michel\Exception;
  4. final class RouteNotFound extends \Exception
  5. {
  6. }