-
Please help me with this Aura Handled Exception in Salesforce apex?
System.AuraHandledException: Script-thrown exception
i am trying to cover code in my test class and getting above error please help me with it
catch(exception e){ throw new AuraHandledException(e.getMessage()); }
Log In to reply.