StandardError
{Parser::SyntaxError} is raised whenever parser detects a syntax error, similar to the standard SyntaxError class.
@api public
@!attribute [r] diagnostic
@return [Parser::Diagnostic]
# File lib/parser/syntax_error.rb, line 14 def initialize(diagnostic) @diagnostic = diagnostic super(diagnostic.message) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.