Flowdock
method

new

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: NoDatabaseError
new(message = nil, connection_pool: nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/errors.rb, line 314
    def initialize(message = nil, connection_pool: nil)
      super(message || "Database not found", connection_pool: connection_pool)
    end
Register or log in to add new notes.