exception documentation

class MessageBecameExtensionError(UnknownMessageError): (source)

View In Hierarchy

Raised when a message id or symbol that was moved to an optional extension is encountered.

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

Undocumented