Closed vjik closed 3 months ago
In runner:
try { // ... // Here response stream: `ob_start(); throw Exception()` $this->emit($request, $response); } catch (Throwable $throwable) { $handler = new ThrowableHandler($throwable); /** * @var ResponseInterface * @psalm-suppress MixedMethodCall */ $response = $container ->get(ErrorCatcher::class) ->process($request, $handler); $this->emit($request, $response); }
It is no longer actual. Failed to reproduce.
In runner: