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 |