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 2d65578 commit 1c687cfCopy full SHA for 1c687cf
src/Facades/ExceptionNotify.php
@@ -19,6 +19,7 @@
19
* @method static void reportIf(mixed $condition, \Throwable $throwable, array|string $channels = null)
20
* @method static void report(\Throwable $throwable, array|string $channels = null)
21
* @method static void getDefaultDriver()
22
+ * @method static bool shouldReport(\Throwable $throwable)
23
* @method static mixed driver(null|string $driver = null)
24
* @method static \Guanguans\LaravelExceptionNotify\ExceptionNotifyManager extend(string $driver, \Closure $callback)
25
* @method static array getDrivers()
0 commit comments