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