Exception: Sneaql::Exceptions::StatementParsingError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::StatementParsingError
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Error raised during parser validation process
Instance Method Summary collapse
-
#initialize(msg = 'General error parsing Sneaql tag and statement') ⇒ StatementParsingError
constructor
A new instance of StatementParsingError.
Constructor Details
#initialize(msg = 'General error parsing Sneaql tag and statement') ⇒ StatementParsingError
Returns a new instance of StatementParsingError.
86 87 88 |
# File 'lib/sneaql_lib/exceptions.rb', line 86 def initialize(msg = 'General error parsing Sneaql tag and statement') super end |