RosettaCodeData/Task/Exceptions/Ruby/exceptions-5.rb

3 lines
72 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# short way to rescue any StandardError
quotient = 1 / 0 rescue "sorry"