Exception for truncated headers.
| 290 | """Exception for empty headers.""" |
| 291 | pass |
| 292 | class TruncatedHeaderError(HeaderError): |
| 293 | """Exception for truncated headers.""" |
| 294 | pass |
| 295 | class EOFHeaderError(HeaderError): |
| 296 | """Exception for end of file headers.""" |
| 297 | pass |