From eeb2c6c69236cca0c2f1440e62a85645e226c7dc Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 23 Nov 2025 12:13:05 +1100 Subject: [PATCH] Stop reporting stripeconnectexceptions --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 1b8bdc1cb4..5972a9e0b6 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -81,6 +81,7 @@ class Handler extends ExceptionHandler ModelNotFoundException::class, NotFoundHttpException::class, RelationNotFoundException::class, + StripeConnectFailure::class, ]; /**