Exception: RangeError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



64
65
66
# File 'lib/ask_error.rb', line 64

def exception
  return RangeError.new("やばーッ!これ大きすぎない?")
end