diff --git a/src/Driver/Internal/AbstractHttpDriver.php b/src/Driver/Internal/AbstractHttpDriver.php index 4bce200c..ee4f274c 100644 --- a/src/Driver/Internal/AbstractHttpDriver.php +++ b/src/Driver/Internal/AbstractHttpDriver.php @@ -113,7 +113,7 @@ private function handleInternalServerError(Request $request, \Throwable $excepti ), [ 'exception' => $exception, - 'method' => $request, + 'method' => $method, 'uri' => $uri, 'protocolVersion' => $protocolVersion, 'local' => $local,