Exception: RangeError
- Inherits:
-
Exception
- Object
- Exception
- RangeError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
64 65 66 |
# File 'lib/ask_error.rb', line 64 def exception return RangeError.new("やばーッ!これ大きすぎない?") end |