Description
Sometimes you don’t care about the error and you’re allowed to ignore it.
Proposal
Optional catch binding1
Syntax
try {
// ···
} catch {
// ···
}
Nov 16, 20201 min read
Sometimes you don’t care about the error and you’re allowed to ignore it.
Optional catch binding1
try {
// ···
} catch {
// ···
}