Include Exception in typings

This commit is contained in:
Christoph Stahl 2025-02-17 18:34:36 +01:00
parent b3faae7b10
commit 15206453ab

View file

@ -1 +1,2 @@
class ConnectionError(Exception): ... class ConnectionError(Exception): ...
class BadNamespaceError(Exception): ...