aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/base
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/base')
-rw-r--r--bsie/base/errors.py3
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):