class Artifactory::Error::ConnectionError
A general connection error with a more informative message
Public Class Methods
new(endpoint)
click to toggle source
Calls superclass method
# File lib/artifactory/errors.rb, line 37 def initialize(endpoint) super "The Artifactory server at `#{endpoint}' is not currently " \ "accepting connections. Please ensure that the server is " \ "running an that your authentication information is correct." end