Exception: Plurimath::Errors::Evaluation::UnsupportedExpressionError

Inherits:
Error show all
Defined in:
lib/plurimath/errors/evaluation/unsupported_expression_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ UnsupportedExpressionError

Returns a new instance of UnsupportedExpressionError.



7
8
9
# File 'lib/plurimath/errors/evaluation/unsupported_expression_error.rb', line 7

def initialize(message)
  super("unsupported expression: #{message}")
end