lbry.com/lib/routing/BadRouteException.class.php
Alex Grintsvayg 0bc617a0b9 routing
2016-09-05 18:32:25 -04:00

5 lines
85 B
PHP

<?php
namespace Routing;
class RouterBadRouteException extends \LogicException {}