<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Async/Await on DevTrace — 글로벌 개발 에러 트러블슈팅</title><link>https://tokkabi.com/tags/async/await/</link><description>Recent content in Async/Await on DevTrace — 글로벌 개발 에러 트러블슈팅</description><generator>Hugo -- 0.125.0</generator><language>ko</language><lastBuildDate>Fri, 28 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tokkabi.com/tags/async/await/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaScript에서 “‘throw’ of exception caught locally” 경고가 뜬다면 — 예외를 제어 흐름에 쓰는 것이 원인</title><link>https://tokkabi.com/posts/javascript-throw-of-exception-caught-locally/</link><pubDate>Fri, 28 Aug 2026 00:00:00 +0000</pubDate><guid>https://tokkabi.com/posts/javascript-throw-of-exception-caught-locally/</guid><description>async 함수 내부에서 throw된 예외가 항상 같은 try-catch에 포착될 때 WebStorm이 표시하는 “‘throw’ of exception caught locally’ 경고의 근본 원인과 올바른 리팩토링 방법을 설명합니다. 예외를 제어 흐름(goto)처럼 사용하는 설계 문제를 짚고, 이미 대응 방법을 아는 분기에서는 throw/catch 대신 직접 처리하는 패턴으로 수정합니다.</description></item></channel></rss>