prw
Results
1
comments of
prw
我是自己继承了webman的 ExceptionHandler 不使用vender 下面的 namespace App\handler; use Webman\Exception\ExceptionHandler; class Handler extends ExceptionHandler{ public function report(Throwable $exception) { parent::report($exception); } public function render(Request $request, Throwable $exception): Response { ..... return json();...