Exception: Drawght::Parser::SyntaxError
- Inherits:
-
StandardError
- Object
- StandardError
- Drawght::Parser::SyntaxError
- Defined in:
- lib/drawght/parser.rb
Instance Method Summary collapse
-
#initialize(syntax) ⇒ SyntaxError
constructor
A new instance of SyntaxError.
Constructor Details
#initialize(syntax) ⇒ SyntaxError
101 102 103 |
# File 'lib/drawght/parser.rb', line 101 def initialize syntax super "Invalid syntax for \"#{syntax}\"" end |