Exception: Sneaql::Exceptions::ExpressionEvaluationError

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

Overview

General error evaluating expression.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Error evaluating expression') ⇒ ExpressionEvaluationError

Returns a new instance of ExpressionEvaluationError.



72
73
74
# File 'lib/sneaql_lib/exceptions.rb', line 72

def initialize(msg = 'Error evaluating expression')
  super
end