Skip to content

Commit

Permalink
Don't report SPID login anomalies
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed May 29, 2023
1 parent 885f116 commit 644dea4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
*/
class Handler extends ExceptionHandler
{
/**
* A list of the exception types that are not reported.
*
* @var array
*/
protected $dontReport = [
SPIDLoginAnomalyException::class,
];

/**
* Report or log an exception.
*
Expand Down

0 comments on commit 644dea4

Please sign in to comment.