Returns a new instance of Cancelled.
43 44 45 46 47
# File 'lib/async/wrapper.rb', line 43 def initialize super "The operation has been cancelled!" @cause = From.new end