Files
myyuliao-php/extend/Yzh/Exception/HttpException.php

8 lines
79 B
PHP
Raw Permalink Normal View History

2025-09-22 18:52:07 +08:00
<?php
namespace Yzh\Exception;
class HttpException extends BaseException
{
}