2024-07-03 14:41:15 +03:00

5 lines
96 B
PHP

<?php namespace Phroute\Phroute\Exception;
class BadRouteException extends \LogicException {
}