Exception: Async::ResourcePool::DoesNotOwnError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/resource_pool/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeDoesNotOwnError

Returns a new instance of DoesNotOwnError.



8
9
10
# File 'lib/async/resource_pool/errors.rb', line 8

def initialize
  super('current fiber does not own this resource')
end