try to:
If exception occur, then return valOrFunc
valOrFunc
valOrFunc(err)
function or promise to try
Optional
value, or callback to get value, to return if func throws
func
result, valOrFunc, or valOrFunc(err).
try to:
If exception occur, then return
valOrFunc
valOrFunc
is a function, then returnvalOrFunc(err)