class DB::ConnectionLost

Overview

Raised when an established connection is lost probably due to socket/network issues. It is used by the connection pool retry logic.

Defined in:

db/error.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.new(connection) #

[View source]

Instance Method Detail

def connection : Connection #

[View source]