Exception: IndexError
- Inherits:
-
Exception
- Object
- Exception
- IndexError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
40 41 42 |
# File 'lib/ask_error.rb', line 40 def exception return IndexError.new("何してんのよ!添字が足りなくなったじゃない!") end |