We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877dc80 commit 7d9ab95Copy full SHA for 7d9ab95
src/Middleware/ErrorCatcher.php
@@ -123,6 +123,7 @@ public function forceContentType(string $contentType): self
123
124
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
125
{
126
+ $t = null;
127
try {
128
return $handler->handle($request);
129
} catch (Throwable $t) {
0 commit comments