Exception: DDQL::Parser::NoTokenException

Inherits:
ParseException show all
Defined in:
lib/ddql/parser.rb

Instance Method Summary collapse

Constructor Details

#initializeNoTokenException

Returns a new instance of NoTokenException.



9
10
11
# File 'lib/ddql/parser.rb', line 9

def initialize
  super 'No token found - ensure literals are surrounded by single quotes'
end