Exception: Sneaql::Exceptions::ExpressionEvaluationError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::ExpressionEvaluationError
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
General error evaluating expression.
Instance Method Summary collapse
-
#initialize(msg = 'Error evaluating expression') ⇒ ExpressionEvaluationError
constructor
A new instance of ExpressionEvaluationError.
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 |