MCPcopy Create free account
hub / github.com/charlierguo/gmail / GmailException

Class GmailException

gmail/exceptions.py:12–14  ·  view source on GitHub ↗

There was an ambiguous exception that occurred while handling your request.

Source from the content-addressed store, hash-verified

10
11
12class GmailException(RuntimeError):
13 """There was an ambiguous exception that occurred while handling your
14 request."""
15
16class ConnectionError(GmailException):
17 """A Connection error occurred."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…