class Served::HTTPClient::ConnectionFailed
Public Class Methods
new(resource)
click to toggle source
Calls superclass method
# File lib/served/http_client.rb, line 15 def initialize(resource) super "Resource '#{resource.name}' could not be reached on '#{resource.host}'" end