exception documentation

class ResponseNotRead(StreamError): (source)

View In Hierarchy

Attempted to access streaming response content, without having called `read()`.

Method __init__ Undocumented
def __init__(self): (source)

Undocumented