Class: Mongo::Error::PoolClosedError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
PoolError,
Error
|
|
|
Instance Chain:
self,
PoolError,
Error
|
|
| Inherits: |
Mongo::Error::PoolError
|
| Defined in: | lib/mongo/error/pool_closed_error.rb |
Overview
Exception raised if an operation is attempted on a closed connection pool.
Class Method Summary
-
.new(address, pool) ⇒ PoolClosedError
constructor
Internal use only
Internal use only
Instantiate the new exception.
PoolError - Inherited
| .new | Instantiate the new exception. |