Exception: ArgumentError
- Inherits:
-
Exception
- Object
- Exception
- ArgumentError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
22 23 24 |
# File 'lib/ask_error.rb', line 22 def exception return ArgumentError.new("そんなに引数たくさん…貰えるわけないじゃない…") end |