massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / cryptography / cryptography / exceptions.pyi
1 class AlreadyFinalized(Exception): ...
2 class AlreadyUpdated(Exception): ...
3 class InvalidKey(Exception): ...
4 class InvalidSignature(Exception): ...
5 class InvalidTag(Exception): ...
6 class NotYetFinalized(Exception): ...
7 class UnsupportedAlgorithm(Exception): ...