| 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 |
|||
|
|||
|
Inherited from Inherited from |
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Aug 4 09:45:14 2014 | http://epydoc.sourceforge.net |