class Rex::InvalidDestination
This connection error is raised when an attempt is made to connect to a broadcast or network address.
Public Instance Methods
to_s()
click to toggle source
# File lib/rex/exceptions.rb, line 225 def to_s "The destination is invalid: #{addr_to_s}." end