A "safe function" is a wrapped function that would normally throw an UnresolvableError, but will instead return undefined. Other errors are still thrown.
undefined
A "safe function" is a wrapped function that would normally throw an UnresolvableError, but will instead return
undefined
. Other errors are still thrown.