diff options
Diffstat (limited to 'bsie/base/errors.py')
-rw-r--r-- | bsie/base/errors.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bsie/base/errors.py b/bsie/base/errors.py index eedce3b..a86b7e8 100644 --- a/bsie/base/errors.py +++ b/bsie/base/errors.py @@ -10,11 +10,10 @@ import typing # exports __all__: typing.Sequence[str] = ( 'ExtractorError', + 'ReaderError', ) - - ## code ## class _BSIEError(Exception): |