Problem with the way the programming interface has been used, or the data presented to it.
| 339 | |
| 340 | |
| 341 | class ProtocolError(Error): |
| 342 | """ |
| 343 | Problem with the way the programming interface has been used, |
| 344 | or the data presented to it. |
| 345 | """ |
| 346 | |
| 347 | |
| 348 | class ChunkError(FormatError): |
no outgoing calls
no test coverage detected