]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/__init__.py
python: add new errors
[notmuch] / bindings / python / notmuch / __init__.py
index 5561624e11d72b365854588d6fab6a71d1a7d1bd..29416a5b25bc014716b55d55771370065e2c1252 100644 (file)
@@ -75,6 +75,9 @@ from .errors import (
     UnbalancedFreezeThawError,
     UnbalancedAtomicError,
     NotInitializedError,
+    UnsupportedOperationError,
+    UpgradeRequiredError,
+    PathError,
 )
 from .version import __VERSION__
 __LICENSE__ = "GPL v3+"