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

4 lines
55 B
Ruby

# define an exception
class SillyError < Exception
end