class SyntaxError - Ruby 2.2.4 Core API Reference API Reference

Ruby 2.2 Core API

class SyntaxError

Raised when encountering Ruby code with an invalid syntax.

eval("1+1=2")

raises the exception:

SyntaxError: (eval):1: syntax error, unexpected '=', expecting $end

In Files

  • error.c

Parent

ScriptError