Exception: IndexError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



40
41
42
# File 'lib/ask_error.rb', line 40

def exception
  return IndexError.new("何してんのよ!添字が足りなくなったじゃない!")
end