Completely overhaul errors to be generated dynamically

This commit is contained in:
Lonami Exo
2021-09-24 20:07:34 +02:00
parent cfe47a0434
commit debde6e856
26 changed files with 345 additions and 318 deletions

View File

@@ -8,7 +8,7 @@ from hashlib import sha1
from .. import helpers, _tl
from .._crypto import AES, AuthKey, Factorization, rsa
from ..errors import SecurityError
from ..errors._custom import SecurityError
from .._misc.binaryreader import BinaryReader