Exception: Async::ResourcePool::DoesNotOwnError

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

Instance Method Summary collapse

Constructor Details

#initializeDoesNotOwnError

Returns a new instance of DoesNotOwnError.



11
12
13
# File 'lib/async/resource_pool.rb', line 11

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