On this page
class ActiveRecord::AdapterError
Superclass for all errors raised from an Active Record adapter.
Attributes
connection_pool[R]
Public Class Methods
# File activerecord/lib/active_record/errors.rb, line 60
def initialize(message = nil, connection_pool: nil)
@connection_pool = connection_pool
super(message)
end
Calls superclass method
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.