RosettaCodeData/Task/Exceptions/Ruby/exceptions-5.rb
2023-07-01 13:44:08 -04:00

2 lines
72 B
Ruby

# short way to rescue any StandardError
quotient = 1 / 0 rescue "sorry"