Exception: Synthra::Errors::SyntaxError
- Inherits:
-
ParseError
- Object
- StandardError
- Error
- ParseError
- Synthra::Errors::SyntaxError
- Defined in:
- lib/synthra/errors.rb
Overview
Syntax error in DSL file
Raised when the parser encounters invalid syntax that doesn't match the expected DSL grammar.
Constant Summary collapse
- ERROR_CODE =
"SYNTAX_ERROR"
Constructor Details
This class inherits a constructor from Synthra::Errors::ParseError