Wraps fetch such that if errors are throw, they're returned instead.
Allows fetching things without try/catch blocks.
try/catch
Optional
Wraps fetch such that if errors are throw, they're returned instead.
Allows fetching things without
try/catchblocks.