Exception: TypeError
- Inherits:
-
Exception
- Object
- Exception
- TypeError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
94 95 96 |
# File 'lib/ask_error.rb', line 94 def exception return TypeError.new("そんな型、期待してないわよ!") end |