There was an ambiguous exception that occurred while handling your request.
| 10 | |
| 11 | |
| 12 | class GmailException(RuntimeError): |
| 13 | """There was an ambiguous exception that occurred while handling your |
| 14 | request.""" |
| 15 | |
| 16 | class ConnectionError(GmailException): |
| 17 | """A Connection error occurred.""" |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…