exception documentation

class SMTPServerError(SMTPError):

Known subclasses: twisted.mail.smtp.SMTPAddressError

Constructor: SMTPServerError(code, resp)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable code Undocumented
Instance Variable resp Undocumented
def __init__(self, code, resp):

Undocumented

def __str__(self) -> str:

Undocumented

code =

Undocumented

resp =

Undocumented