class SSLScan::ArgumentParseError

This exception is raised when an argument that was supplied to a method could not be parsed correctly.

Public Instance Methods

to_s() click to toggle source
# File lib/ssl_scan/exceptions.rb, line 78
def to_s
  "The argument could not be parsed correctly."
end