Exception for end of file headers.
| 293 | """Exception for truncated headers.""" |
| 294 | pass |
| 295 | class EOFHeaderError(HeaderError): |
| 296 | """Exception for end of file headers.""" |
| 297 | pass |
| 298 | class InvalidHeaderError(HeaderError): |
| 299 | """Exception for invalid headers.""" |
| 300 | pass |