massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / slumber / slumber / exceptions.pyi
1 class SlumberBaseException(Exception): ...
2
3 class SlumberHttpBaseException(SlumberBaseException):
4     def __init__(self, *args, **kwargs) -> None: ...
5
6 class HttpClientError(SlumberHttpBaseException): ...
7 class HttpNotFoundError(HttpClientError): ...
8 class HttpServerError(SlumberHttpBaseException): ...
9 class SerializerNoAvailable(SlumberBaseException): ...
10 class SerializerNotAvailable(SlumberBaseException): ...
11 class ImproperlyConfigured(SlumberBaseException): ...