public with sharing class lexAgencyHospitalLinkController { @AuraEnabled public static string initForCreateAgencyContact(String recordId){ try { } catch (Exception e) { throw new AuraHandledException(e.getMessage()); } } }