class documentation

class WorkerException(Exception): (source)

View In Hierarchy

An exception was reported by a test running in a worker process.

:ivar message: An error message describing the exception.

Class Variable message Undocumented
message: str = (source)

Undocumented