Files
hyperf_service/app/Exception/ErrException.php
2024-11-12 11:02:38 +08:00

10 lines
126 B
PHP

<?php
namespace App\Exception;
use Hyperf\Server\Exception\ServerException;
class ErrException extends ServerException
{
}