The JSON returned could not be parsed.
| 105 | |
| 106 | |
| 107 | class InvalidJsonError(Error): |
| 108 | """The JSON returned could not be parsed.""" |
| 109 | |
| 110 | pass |
| 111 | |
| 112 | |
| 113 | class UnknownFileType(Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…