mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-26 23:13:32 +00:00
5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
|
|
namespace Routing;
|
|
|
|
class RouterBadRouteException extends \LogicException {}
|