Exception: Async::ResourcePool::AlreadyOwnError
- Defined in:
- lib/async/resource_pool/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ AlreadyOwnError
constructor
A new instance of AlreadyOwnError.
Constructor Details
#initialize ⇒ AlreadyOwnError
14 15 16 |
# File 'lib/async/resource_pool/errors.rb', line 14 def initialize super('current fiber already own this resource') end |