exception documentation
class BadResponseVersion(ParseError): (source)
Constructor: BadResponseVersion(reason, data)
The version string in a status line was unparsable.
Inherited from ParseError:
| Method | __init__ |
Undocumented |
| Instance Variable | data |
The string which could not be parsed. |