Exception: Alchemrest::Result::Halt
- Inherits:
-
StandardError
- Object
- StandardError
- Alchemrest::Result::Halt
- Defined in:
- lib/alchemrest/result/halt.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Method Summary collapse
-
#initialize(original_error) ⇒ Halt
constructor
A new instance of Halt.
Constructor Details
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
6 7 8 |
# File 'lib/alchemrest/result/halt.rb', line 6 def error @error end |