Exception for end of file headers.
| 288 | """Exception for truncated headers.""" |
| 289 | pass |
| 290 | class EOFHeaderError(HeaderError): |
| 291 | """Exception for end of file headers.""" |
| 292 | pass |
| 293 | class InvalidHeaderError(HeaderError): |
| 294 | """Exception for invalid headers.""" |
| 295 | pass |
no outgoing calls
no test coverage detected
searching dependent graphs…