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 70ec9fc commit c8d188cCopy full SHA for c8d188c
src/Illuminate/Support/Facades/Exceptions.php
@@ -32,6 +32,7 @@
32
* @method static void renderForConsole(\Symfony\Component\Console\Output\OutputInterface $output, \Throwable $e)
33
* @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake throwOnReport()
34
* @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake throwFirstReported()
35
+ * @method static array reported()
36
* @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake setHandler(\Illuminate\Contracts\Debug\ExceptionHandler $handler)
37
*
38
* @see \Illuminate\Foundation\Exceptions\Handler
0 commit comments