Exception: Suma::Eengine::ComparisonError
- Inherits:
-
EengineError
- Object
- StandardError
- EengineError
- Suma::Eengine::ComparisonError
- Defined in:
- lib/suma/eengine/errors.rb
Overview
Raised when eengine comparison fails
Instance Attribute Summary collapse
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
Instance Method Summary collapse
-
#initialize(message, stderr = nil) ⇒ ComparisonError
constructor
A new instance of ComparisonError.
Constructor Details
#initialize(message, stderr = nil) ⇒ ComparisonError
Returns a new instance of ComparisonError.
21 22 23 24 |
# File 'lib/suma/eengine/errors.rb', line 21 def initialize(, stderr = nil) super() @stderr = stderr end |
Instance Attribute Details
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr.
19 20 21 |
# File 'lib/suma/eengine/errors.rb', line 19 def stderr @stderr end |