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