Exception: Sequel::DatabaseDisconnectError

Inherits:
DatabaseError show all
Defined in:
lib/sequel_core/exceptions.rb

Overview

Error that should be 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.