From 4cad52bb6bc7929c5e1b6bd22fb2f5a13890b91e Mon Sep 17 00:00:00 2001 From: Reede Stockton Date: Wed, 10 Jan 2024 16:03:15 -0800 Subject: [PATCH] Remove AuraHandledException catch block --- force-app/main/default/classes/GE_GiftEntryController.cls | 2 -- 1 file changed, 2 deletions(-) diff --git a/force-app/main/default/classes/GE_GiftEntryController.cls b/force-app/main/default/classes/GE_GiftEntryController.cls index 6353ce42e4f..30118bda8ae 100644 --- a/force-app/main/default/classes/GE_GiftEntryController.cls +++ b/force-app/main/default/classes/GE_GiftEntryController.cls @@ -429,8 +429,6 @@ public with sharing class GE_GiftEntryController { upsert dataImportObject Id; return dataImportObject; - } catch (UTIL_Permissions.InsufficientPermissionException e) { - throw new AuraHandledException(e.getMessage()); } catch (Exception e) { String JSONExceptionData = ERR_ExceptionData.createExceptionWrapperJSONString(e);