Safe Utility functions
- Source:
Methods
(inner) withTryCatch()
This function returns a function with a try catch attached. Removes the requirement to add try catch to every function
- Source:
Returns:
function with a try catch
(inner) withTryCatchHandleError()
This function returns a function with a try catch attached, with GA error handling. Removes the requirement to add try catch to every function
- Source:
Returns:
function with a try catch