Part of twisted.spread.pb View Source View In Hierarchy
The value of this exception will be a str() representation of the remote value.
Instance Variables | remoteType | The full import path of the exception class which was raised on the remote
end.
(type: str
) |
remoteTraceback | The remote traceback.
(type: str
) | |
Note | It's not possible to include the remoteTraceback if this exception is thrown into a generator. It must be accessed as an attribute. |
Method | __init__ | Undocumented |