This commit is contained in:
Aether
2025-09-25 09:12:22 +08:00
parent f286e18e71
commit 25aa56439a
13 changed files with 171 additions and 167 deletions

View File

@@ -4,13 +4,14 @@ declare(strict_types=1);
namespace Aether;
use function Hyperf\Support\env;
use Hyperf\Context\Context;
use Hyperf\ExceptionHandler\ExceptionHandler;
use Hyperf\HttpMessage\Stream\SwooleStream;
use Psr\Http\Message\MessageInterface;
use Psr\Http\Message\ResponseInterface;
use Throwable;
use Hyperf\Context\Context;
use function Hyperf\Support\env;
class ApiExceptionHandler extends ExceptionHandler
{
@@ -39,4 +40,4 @@ class ApiExceptionHandler extends ExceptionHandler
{
return true;
}
}
}