massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / redis / exceptions.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/redis/exceptions.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/redis/exceptions.pyi
new file mode 100644 (file)
index 0000000..558ca53
--- /dev/null
@@ -0,0 +1,17 @@
+class RedisError(Exception): ...\r
+\r
+def __unicode__(self): ...\r
+\r
+class AuthenticationError(RedisError): ...\r
+class ConnectionError(RedisError): ...\r
+class TimeoutError(RedisError): ...\r
+class BusyLoadingError(ConnectionError): ...\r
+class InvalidResponse(RedisError): ...\r
+class ResponseError(RedisError): ...\r
+class DataError(RedisError): ...\r
+class PubSubError(RedisError): ...\r
+class WatchError(RedisError): ...\r
+class NoScriptError(ResponseError): ...\r
+class ExecAbortError(ResponseError): ...\r
+class ReadOnlyError(ResponseError): ...\r
+class LockError(RedisError, ValueError): ...\r