Exception: Async::Wrapper::Cancelled
- Inherits:
-
StandardError
- Object
- StandardError
- Async::Wrapper::Cancelled
- Defined in:
- lib/async/wrapper.rb
Defined Under Namespace
Classes: From
Instance Attribute Summary collapse
-
#cause ⇒ Object
readonly
Returns the value of attribute cause.
Instance Method Summary collapse
-
#initialize ⇒ Cancelled
constructor
A new instance of Cancelled.
Constructor Details
Instance Attribute Details
#cause ⇒ Object (readonly)
Returns the value of attribute cause.
51 52 53 |
# File 'lib/async/wrapper.rb', line 51 def cause @cause end |