massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pysftp / pysftp / exceptions.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/pysftp/pysftp/exceptions.pyi
new file mode 100644 (file)
index 0000000..7416456
--- /dev/null
@@ -0,0 +1,9 @@
+class ConnectionException(Exception):
+    message: str = ...
+    def __init__(self, host: str, port: int) -> None: ...
+
+class CredentialException(Exception):
+    message: str = ...
+    def __init__(self, message: str) -> None: ...
+
+class HostKeysException(Exception): ...