Files
hyperf_service/app/Exception/ApiException.php
2024-11-11 17:04:10 +08:00

10 lines
126 B
PHP

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