Module: Rex::SocketError

Includes:
Exception
Included in:
AddressInUse, BindFailed, ConnectionError, InvalidDestination, UnsupportedProtocol
Defined in:
lib/rex/exceptions.rb

Overview

This exception is raised when a general socket error occurs.

Instance Method Summary collapse

Instance Method Details

#to_sObject



136
137
138
# File 'lib/rex/exceptions.rb', line 136

def to_s
  "A socket error occurred."
end