Exception: Sneaql::Exceptions::StatementParsingError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/sneaql_lib/exceptions.rb

Overview

Error raised during parser validation process

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'General error parsing Sneaql tag and statement') ⇒ StatementParsingError

Returns a new instance of StatementParsingError.



79
80
81
# File 'lib/sneaql_lib/exceptions.rb', line 79

def initialize(msg = 'General error parsing Sneaql tag and statement')
  super
end