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