New exception class for multiple errors (#965)

This commit is contained in:
s3mple
2018-08-24 19:25:58 +03:00
committed by Lonami
parent 7e1a17352d
commit f17d7e9c5e
3 changed files with 43 additions and 4 deletions

View File

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