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.
2 parents c541350 + 04c6bea commit 1783f56Copy full SHA for 1783f56
profiler/data_collector.rst
@@ -30,7 +30,7 @@ request::
30
31
class RequestCollector extends DataCollector
32
{
33
- public function collect(Request $request, Response $response, \Exception $exception = null)
+ public function collect(Request $request, Response $response, \Throwable $exception = null)
34
35
$this->data = [
36
'method' => $request->getMethod(),
0 commit comments