module Rex::SocketError
This exception is raised when a general socket error occurs.
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/exceptions.rb, line 135 def to_s "A socket error occurred." end