Page MenuHomeDevCentral

D314.diff
No OneTemporary

D314.diff

diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php
--- a/app/Exceptions/Handler.php
+++ b/app/Exceptions/Handler.php
@@ -5,6 +5,7 @@
use Exception;
use Illuminate\Auth\Access\AuthorizationException;
use Illuminate\Database\Eloquent\ModelNotFoundException;
+use Symfony\Component\Console\Exception\CommandNotFoundException;
use Symfony\Component\HttpKernel\Exception\HttpException;
use Illuminate\Foundation\Validation\ValidationException;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
@@ -21,6 +22,7 @@
*/
protected $dontReport = [
AuthorizationException::class,
+ CommandNotFoundException::class,
HttpException::class,
ModelNotFoundException::class,
ValidationException::class,

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 20, 05:05 (20 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2361633
Default Alt Text
D314.diff (778 B)

Event Timeline