4 lines
55 B
Ruby
4 lines
55 B
Ruby
|
|
# define an exception
|
||
|
|
class SillyError < Exception
|
||
|
|
end
|