Back to Coffeescript

Try

documentation/sections/try.md

2.7.0265 B
Original Source

Try/Catch/Finally

try expressions have the same semantics as try statements in JavaScript, though in CoffeeScript, you may omit both the catch and finally parts. The catch part may also omit the error parameter if it is not needed.

codeFor('try')