lbry.com/lib/routing/BadRouteException.class.php
ポール ウェッブ 7d8c109109 Redesign
2019-03-18 13:05:46 -05:00

7 lines
85 B
PHP

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