Module try_node
boa::syntax::ast::node
Catch block.
Finally block.
The try...catch statement marks a block of statements to try and specifies a response should an exception be thrown.
try...catch