exception documentation

class DNSQueryTimeoutError(TimeoutError):

Constructor: DNSQueryTimeoutError(id)

View In Hierarchy

Indicates a lookup failed due to a timeout.

Method __init__ Undocumented
Instance Variable id The id of the message which timed out.
def __init__(self, id):

Undocumented

id =

The id of the message which timed out.