Remove invalid error inits and move bad msg error

This commit is contained in:
Lonami Exo
2019-05-15 13:57:55 +02:00
parent 0946a7902f
commit bcfc3e7550
3 changed files with 49 additions and 69 deletions

View File

@@ -7,7 +7,7 @@ import re
from .common import (
ReadCancelledError, TypeNotFoundError, InvalidChecksumError,
InvalidBufferError, SecurityError, CdnFileTamperedError,
AlreadyInConversationError, MultiError
AlreadyInConversationError, BadMessageError, MultiError
)
# This imports the base errors too, as they're imported there