add dontReport property

This commit is contained in:
Taylor Otwell 2020-08-28 10:06:23 -05:00
parent ced3e50bca
commit cfd428bfcb
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@
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.
*