Error handling
Syntax
try {
throw 10
} catch (e) {
puts e
}Getting Super Powers
$ give me super-powers# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'Last updated
try {
throw 10
} catch (e) {
puts e
}$ give me super-powers# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'Last updated