Exception: Async::Wrapper::Cancelled

Inherits:
StandardError
  • Object
show all
Defined in:
lib/async/wrapper.rb

Instance Method Summary collapse

Constructor Details

#initializeCancelled

Returns a new instance of Cancelled.



27
28
29
# File 'lib/async/wrapper.rb', line 27

def initialize
	super "The operation has been cancelled!"
end