Exception: THTP::ServerUnreachableError

Inherits:
ClientError show all
Defined in:
lib/thtp/errors.rb

Overview

Indicates that the remote server could not be found

Instance Method Summary collapse

Constructor Details

#initializeServerUnreachableError

Returns a new instance of ServerUnreachableError.



129
130
131
# File 'lib/thtp/errors.rb', line 129

def initialize
  super 'Failed to open connection to host'
end