class JenkinsShell::Error::ConnectionRefused

Public Class Methods

new(host, port) click to toggle source
Calls superclass method
# File lib/jenkins_shell/error/connection_refused.rb, line 2
def initialize(host, port)
    super("Connection to #{host}:#{port} refused")
end