Exception for invalid headers.
| 291 | """Exception for end of file headers.""" |
| 292 | pass |
| 293 | class InvalidHeaderError(HeaderError): |
| 294 | """Exception for invalid headers.""" |
| 295 | pass |
| 296 | class SubsequentHeaderError(HeaderError): |
| 297 | """Exception for missing and invalid extended headers.""" |
| 298 | pass |
no outgoing calls
no test coverage detected
searching dependent graphs…