massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / slumber / slumber / exceptions.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/slumber/slumber/exceptions.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/slumber/slumber/exceptions.pyi
new file mode 100644 (file)
index 0000000..a077fd2
--- /dev/null
@@ -0,0 +1,11 @@
+class SlumberBaseException(Exception): ...
+
+class SlumberHttpBaseException(SlumberBaseException):
+    def __init__(self, *args, **kwargs) -> None: ...
+
+class HttpClientError(SlumberHttpBaseException): ...
+class HttpNotFoundError(HttpClientError): ...
+class HttpServerError(SlumberHttpBaseException): ...
+class SerializerNoAvailable(SlumberBaseException): ...
+class SerializerNotAvailable(SlumberBaseException): ...
+class ImproperlyConfigured(SlumberBaseException): ...