Exception: ArgumentError

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

Instance Method Summary collapse

Instance Method Details

#exceptionObject



22
23
24
# File 'lib/ask_error.rb', line 22

def exception
  return ArgumentError.new("そんなに引数たくさん…貰えるわけないじゃない…")
end