async/await
try/catch async
at
Handles errors in async/await code using try/catch blocks.
try { await fn(); } catch (e) { }