generated at
例外ハンドラ
exception handler


ts
try { // ... } catch(err) { // ここが例外ハンドラ }