Exception: THTP::ServerUnreachableError
- Inherits:
-
ClientError
- Object
- StandardError
- Error
- ClientError
- THTP::ServerUnreachableError
- Defined in:
- lib/thtp/errors.rb
Overview
Indicates that the remote server could not be found
Instance Method Summary collapse
-
#initialize ⇒ ServerUnreachableError
constructor
A new instance of ServerUnreachableError.
Constructor Details
#initialize ⇒ ServerUnreachableError
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 |