Exception raised when a requested GitHub resource is not found.
| 33 | |
| 34 | |
| 35 | class ResourceNotFoundError(GitHubError): |
| 36 | """Exception raised when a requested GitHub resource is not found.""" |
| 37 | pass |
| 38 | |
| 39 | |
| 40 | class AuthenticationError(GitHubError): |
no outgoing calls