class THTP::ServerUnreachableError
Indicates that the remote server could not be found
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/thtp/errors.rb, line 129 def initialize super 'Failed to open connection to host' end