Exception: Plurimath::Errors::Evaluation::UnsupportedExpressionError
- Inherits:
-
Error
- Object
- StandardError
- Plurimath::Error
- Error
- Plurimath::Errors::Evaluation::UnsupportedExpressionError
- Defined in:
- lib/plurimath/errors/evaluation/unsupported_expression_error.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ UnsupportedExpressionError
constructor
A new instance of UnsupportedExpressionError.
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() super("unsupported expression: #{}") end |