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