|
14 | 14 | * @method static \Illuminate\Foundation\Exceptions\Handler dontReport(array|string $exceptions)
|
15 | 15 | * @method static \Illuminate\Foundation\Exceptions\Handler ignore(array|string $exceptions)
|
16 | 16 | * @method static \Illuminate\Foundation\Exceptions\Handler dontFlash(array|string $attributes)
|
17 |
| - * @method static \Illuminate\Foundation\Exceptions\Handler level(string $type, void $level) |
| 17 | + * @method static \Illuminate\Foundation\Exceptions\Handler level(string $type, string $level) |
18 | 18 | * @method static void report(\Throwable $e)
|
19 | 19 | * @method static bool shouldReport(\Throwable $e)
|
20 | 20 | * @method static \Illuminate\Foundation\Exceptions\Handler throttleUsing(callable $throttleUsing)
|
|
25 | 25 | * @method static \Illuminate\Foundation\Exceptions\Handler shouldRenderJsonWhen(callable $callback)
|
26 | 26 | * @method static \Illuminate\Foundation\Exceptions\Handler dontReportDuplicates()
|
27 | 27 | * @method static \Illuminate\Contracts\Debug\ExceptionHandler handler()
|
28 |
| - * @method static void assertNothingReported() |
29 | 28 | * @method static void assertReported(\Closure|string $exception)
|
30 | 29 | * @method static void assertReportedCount(int $count)
|
31 | 30 | * @method static void assertNotReported(\Closure|string $exception)
|
| 31 | + * @method static void assertNothingReported() |
32 | 32 | * @method static void renderForConsole(\Symfony\Component\Console\Output\OutputInterface $output, \Throwable $e)
|
| 33 | + * @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake throwOnReport() |
33 | 34 | * @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake throwFirstReported()
|
34 | 35 | * @method static \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake setHandler(\Illuminate\Contracts\Debug\ExceptionHandler $handler)
|
35 | 36 | *
|
36 | 37 | * @see \Illuminate\Foundation\Exceptions\Handler
|
37 |
| - * @see \Illuminate\Contracts\Debug\ExceptionHandler |
38 | 38 | * @see \Illuminate\Support\Testing\Fakes\ExceptionHandlerFake
|
39 | 39 | */
|
40 | 40 | class Exceptions extends Facade
|
|
0 commit comments