MCPcopy Index your code
hub / github.com/ryanmcgrath/twython / TwythonAuthError

Class TwythonAuthError

twython/exceptions.py:36–41  ·  view source on GitHub ↗

Raised when you try to access a protected resource and it fails due to some issue with your authentication.

Source from the content-addressed store, hash-verified

34
35
36class 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
44class TwythonRateLimitError(TwythonError): # pragma: no cover

Callers 2

obtain_access_tokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected