Exception: Sequel::DatabaseDisconnectError
- Inherits:
-
DatabaseError
- Object
- StandardError
- Error
- DatabaseError
- Sequel::DatabaseDisconnectError
- Defined in:
- lib/sequel/exceptions.rb
Overview
Error raised by adapters when they determine that the connection to the database has been lost. Instructs the connection pool code to remove that connection from the pool so that other connections can be acquired automatically.
Constant Summary
Constants inherited from Error
Error::AdapterNotFound, Error::InvalidOperation, Error::InvalidValue, Error::PoolTimeoutError, Error::Rollback