Skip to content

Commit

Permalink
Remove AuraHandledException catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
npsp-reedestockton committed Jan 11, 2024
1 parent 3caa07e commit 4cad52b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions force-app/main/default/classes/GE_GiftEntryController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4cad52b

Please sign in to comment.