Skip to content

Commit 444d0cc

Browse files
committed
Add overlooked exception class
1 parent 2ae4a6d commit 444d0cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/3.3/lzma.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ class LZMACompressor(object):
6464
def flush(self) -> bytes: ...
6565

6666

67+
class LZMAError(Exception): ...
68+
69+
6770
class LZMAFile(BinaryIO):
6871
def __init__(self,
6972
filename: Optional[_PathOrFile] = ...,

0 commit comments

Comments
 (0)