exception documentation

class CookieConflict(Exception): (source)

View In Hierarchy

Attempted to lookup a cookie by name, but multiple cookies existed. Can occur when calling `response.cookies.get(...)`.

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

Undocumented

Parameters
message:strUndocumented