add dontReport property

This commit is contained in:
Taylor Otwell
2020-08-28 10:06:23 -05:00
parent ced3e50bca
commit cfd428bfcb

View File

@@ -6,6 +6,15 @@ use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
class Handler extends ExceptionHandler class Handler extends ExceptionHandler
{ {
/**
* A list of the exception types that are not reported.
*
* @var array
*/
protected $dontReport = [
//
];
/** /**
* A list of the inputs that are never flashed for validation exceptions. * A list of the inputs that are never flashed for validation exceptions.
* *