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.



86
87
88
# File 'lib/sneaql_lib/exceptions.rb', line 86

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