No API with that name and version exists.
| 123 | |
| 124 | |
| 125 | class UnknownApiNameOrVersion(Error): |
| 126 | """No API with that name and version exists.""" |
| 127 | |
| 128 | pass |
| 129 | |
| 130 | |
| 131 | class UnacceptableMimeTypeError(Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…