massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / pysftp / pysftp / exceptions.pyi
1 class ConnectionException(Exception):
2     message: str = ...
3     def __init__(self, host: str, port: int) -> None: ...
4
5 class CredentialException(Exception):
6     message: str = ...
7     def __init__(self, message: str) -> None: ...
8
9 class HostKeysException(Exception): ...