lbry.com/lib/routing/BadRouteException.class.php
2018-05-21 11:49:15 -04:00

7 lines
86 B
PHP

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