# 격리 대신 도는 루프 # Question: 숫자 아닌 헤더는 어떻게 되는가? direction: right n0: "소비자" { shape: rectangle } n1: "attemptOf" { shape: rectangle } n2: "두 번째 catch" { shape: rectangle } n0 -> n1: "숫자 아닌 헤더" n1 -> n2: "예외 던짐" n2 -> n0: "같은 오프셋 재읽기"