Exception: SOCKSError::ConnectionRefused

Inherits:
SOCKSError
  • Object
show all
Defined in:
lib/socksify.rb

Constant Summary

Constants inherited from SOCKSError

RESPONSE_CODE_CLASSES

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeConnectionRefused

Returns a new instance of ConnectionRefused.



57
58
59
# File 'lib/socksify.rb', line 57

def initialize
  super('Connection refused')
end