ActiveRecord::AdapterError (original) (raw)

Superclass for all errors raised from an Active Record adapter.

Methods

N

Attributes

Class Public methods

Source: show | on GitHub

File activerecord/lib/active_record/errors.rb, line 56

def initialize(message = nil, connection_pool: nil) @connection_pool = connection_pool super(message) end