Home
last modified time | relevance | path

Searched refs:CookieError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
DCookie.py229 class CookieError(Exception): class
443 raise CookieError("Invalid Attribute %s" % K)
457 raise CookieError("Attempt to set a reserved key: %s" % key)
459 raise CookieError("Illegal key value: %s" % key)
/external/python/cpython2/Doc/library/
Dcookie.rst36 On encountering an invalid cookie, :exc:`CookieError` is raised, so if your
38 and catch :exc:`CookieError` on parsing.
41 .. exception:: CookieError