Exception: Polyphony::MoveOn

Inherits:
BaseException show all
Defined in:
lib/polyphony/core/exceptions.rb

Overview

MoveOn is used to interrupt a long-running blocking operation, while continuing the rest of the computation.

Instance Attribute Summary

Attributes inherited from BaseException

#value

Attributes inherited from Exception

#raising_fiber, #source_fiber

Method Summary

Methods inherited from BaseException

#initialize

Methods inherited from Exception

#backtrace, #initialize, instantiate, #invoke

Constructor Details

This class inherits a constructor from Polyphony::BaseException