Exception: DDQL::Parser::NoTokenException
- Inherits:
-
ParseException
- Object
- StandardError
- ParseException
- DDQL::Parser::NoTokenException
- Defined in:
- lib/ddql/parser.rb
Instance Method Summary collapse
-
#initialize ⇒ NoTokenException
constructor
A new instance of NoTokenException.
Constructor Details
#initialize ⇒ NoTokenException
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 |