Exception: Platform::IEL::EvaluationError
- Inherits:
-
StandardError
- Object
- StandardError
- Platform::IEL::EvaluationError
- Defined in:
- lib/introhive_expression_language/iel/evaluation_error.rb
Instance Method Summary collapse
-
#initialize(message, node = Platform::IEL::SexpParser::Node.nil) ⇒ EvaluationError
constructor
A new instance of EvaluationError.
Constructor Details
#initialize(message, node = Platform::IEL::SexpParser::Node.nil) ⇒ EvaluationError
Returns a new instance of EvaluationError.
4 5 6 |
# File 'lib/introhive_expression_language/iel/evaluation_error.rb', line 4 def initialize(, node = Platform::IEL::SexpParser::Node.nil) super "#{}#{node.try(:source_desc)}" end |