Exception: Polyphony::Cancel
- Inherits:
-
BaseException
- Object
- Exception
- BaseException
- Polyphony::Cancel
- Defined in:
- lib/polyphony/core/exceptions.rb
Overview
Cancel is used to interrupt a long-running blocking operation, bubbling the exception up through cancel scopes and supervisors.
Instance Attribute Summary
Attributes inherited from BaseException
Attributes inherited from Exception
Method Summary
Methods inherited from BaseException
Methods inherited from Exception
#backtrace, #initialize, instantiate, #invoke
Constructor Details
This class inherits a constructor from Polyphony::BaseException