mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-27 23:41:33 +00:00
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
|
|
namespace Routing;
|
|
|
|
class HttpException extends \Exception {}
|