Exception: LocalJumpError
- Inherits:
-
Exception
- Object
- Exception
- LocalJumpError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
46 47 48 |
# File 'lib/ask_error.rb', line 46 def exception return LocalJumpError.new("ブロックがないわよ!") end |