Exception: Drawght::Parser::SyntaxError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/drawght/parser.rb

Instance Method Summary collapse

Constructor Details

#initialize(syntax) ⇒ SyntaxError



101
102
103
# File 'lib/drawght/parser.rb', line 101

def initialize syntax
  super "Invalid syntax for \"#{syntax}\""
end