exception documentation
class InvalidAddressError(ValueError): (source)
Constructor: InvalidAddressError(address, message)
An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).
class InvalidAddressError(ValueError): (source)
Constructor: InvalidAddressError(address, message)
An invalid address was specified (i.e. neither IPv4 or IPv6, or expected one and got the other).