exception documentation

class UnpickleableException(Exception): (source)

View In Hierarchy

An exception representing another Exception that could not be pickled.

Static Method dump Always return a dumped (pickled) type and exc. If exc can't be pickled, wrap it in UnpickleableException first.
@staticmethod
def dump(type, exc): (source)

Always return a dumped (pickled) type and exc. If exc can't be pickled, wrap it in UnpickleableException first.