pruvodce/lib/FastRoute/BadRouteException.php

11 lines
126 B
PHP
Raw Normal View History

2021-07-15 18:31:36 +00:00
<?php
declare(strict_types=1);
namespace FastRoute;
use LogicException;
class BadRouteException extends LogicException
{
}