fix : jwt
Some checks are pending
Build Docker / build (push) Waiting to run

This commit is contained in:
2025-09-12 23:54:21 +08:00
parent 68ecac2fb9
commit a1fdeb9148

View File

@@ -4,6 +4,7 @@ namespace App\Exception;
use App\Constants\ResultCode;
use Hyperf\Server\Exception\ServerException;
use Throwable;
class ErrException extends ServerException
{