Home | Trees | Indices | Help |
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | HTTPError
This exception is raised when an HTTP problem has occurred. It provides an integer HTTP status code.
Use it like this:
try: ... except cups.HTTPError as (status): print 'HTTP status is %d' % status
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |