Exception: SyntaxError
- Inherits:
-
Exception
- Object
- Exception
- SyntaxError
- Defined in:
- lib/ask_error.rb
Instance Method Summary collapse
Instance Method Details
#exception ⇒ Object
16 17 18 |
# File 'lib/ask_error.rb', line 16 def exception return SyntaxError.new("あんたバカぁ?こんなコード動くはずないじゃない!") end |