Exception: SOCKSError::ServerFailure

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

Overview

rubocop:disable Style/Documentation

Constant Summary

Constants inherited from SOCKSError

RESPONSE_CODE_CLASSES

Instance Method Summary collapse

Methods inherited from SOCKSError

for_response_code

Constructor Details

#initializeServerFailure



33
34
35
# File 'lib/socksify.rb', line 33

def initialize
  super('general SOCKS server failure')
end