Async Error Handling

  • async functions allow you to use normal try / catch with Promises
  • If something throws in a try / catch while awaiting, you can handle it

11 / 23