Problem with input file format. In other words, PNG file does not conform to the specification in some way and is invalid.
| 331 | |
| 332 | |
| 333 | class FormatError(Error): |
| 334 | """ |
| 335 | Problem with input file format. |
| 336 | In other words, PNG file does not conform to |
| 337 | the specification in some way and is invalid. |
| 338 | """ |
| 339 | |
| 340 | |
| 341 | class ProtocolError(Error): |
no outgoing calls
no test coverage detected