method

hostname_error

hostname_error(hostname)
public

No documentation available.

# File activerecord/lib/active_record/errors.rb, line 107
      def hostname_error(hostname)
        DatabaseConnectionError.new(<<~MSG)
          There is an issue connecting with your hostname: #{hostname}.\n
          Please check your database configuration and ensure there is a valid connection to your database.
        MSG
      end