profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

JavaScript Catch Binding

Syntax

try {
  // ...
} catch (error) {
  // ...
}