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);