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 e077b5f + 1783f56 commit 1b0473eCopy full SHA for 1b0473e
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