exception documentation

class DeletedMessageError(UnknownMessageError): (source)

View In Hierarchy

Raised when a message id or symbol that was deleted from pylint is encountered.

Method __init__ Undocumented
def __init__(self, msgid_or_symbol: str, removal_explanation: str): (source)

Undocumented