exception documentation

class HTTPUnauthorized(Exception):

View In Hierarchy

Raised when authentication fails.

Method __init__ Undocumented
Instance Variable url Undocumented
Instance Variable www_authenticate Undocumented
def __init__(self, www_authenticate, url):

Undocumented

url =

Undocumented

www_authenticate =

Undocumented