| 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 (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 Thu Aug 26 11:37:46 2010 | http://epydoc.sourceforge.net |