| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
exceptions.BaseException --+
|
exceptions.SystemExit --+
|
HTTPResponse
Base HTTP error response exception class
The exception is derived from SystemExit on purpose - that way it
should wind up the whole try-except stack (if well-written: nobody should
swallow SystemExit) until explicitly caught.
|
|||
|
|||
| tuple |
|
||
|
|||
| str |
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| str |
_FRAME = Frame around the actual message |
||
| str |
reason = NoneHTTP response reason phrase |
||
| int |
status = NoneHTTP response status |
||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|
|
|
|||
_FRAMEFrame around the actual message
|
| Home | Trees | Indices | Help |
|
|---|