Exception: SyntaxError

Inherits:
Exception
  • Object
show all
Defined in:
lib/ask_error.rb

Instance Method Summary collapse

Instance Method Details

#exceptionObject



16
17
18
# File 'lib/ask_error.rb', line 16

def exception
  return SyntaxError.new("あんたバカぁ?こんなコード動くはずないじゃない!")
end