Exception raised in case of bad credentials (when Github API replies with a 401 or 403 HTML status)
| 108 | |
| 109 | |
| 110 | class BadCredentialsException(GithubException): |
| 111 | """ |
| 112 | Exception raised in case of bad credentials (when Github API replies with a 401 or 403 HTML status) |
| 113 | """ |
| 114 | |
| 115 | |
| 116 | class UnknownObjectException(GithubException): |
no outgoing calls
no test coverage detected
searching dependent graphs…