class Object def exception Exception.new "#{self}" rescue Exception Exception.new "Can not create an exception" endend raise []raise 9raise :ex
class Object def exception Exception.new "#{self}" rescue Exception Exception.new "Can not create an exception" end end raise [] raise 9 raise :ex