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

3 lines
55 B
Ruby

# define an exception
class SillyError < Exception
end