Exception raised when we can not request an object from Github because the data returned did not include a URL.
| 189 | |
| 190 | |
| 191 | class IncompletableObject(GithubException): |
| 192 | """ |
| 193 | Exception raised when we can not request an object from Github because the data returned did not include a URL. |
| 194 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…