Raised when you try to access a protected resource and it fails due to some issue with your authentication.
| 34 | |
| 35 | |
| 36 | class TwythonAuthError(TwythonError): |
| 37 | """Raised when you try to access a protected resource and it fails due to |
| 38 | some issue with your authentication. |
| 39 | |
| 40 | """ |
| 41 | pass |
| 42 | |
| 43 | |
| 44 | class TwythonRateLimitError(TwythonError): # pragma: no cover |
no outgoing calls
no test coverage detected