For more information on the search, visit the help page.
LargeError
__init__
__str__
minSize
erroneous
AsynchronousTestFailureButTearDownRuns
AsynchronousTestFailureInSetUp
AsynchronousTestFailureInTearDown
DelayedCall
ErrorTest
EventuallyFailingTestCase
FailureButTearDownRunsMixin
FailureInSetUpMixin
FailureInTearDownMixin
ReactorCleanupTests
SocketOpenTest
SynchronousTestFailureButTearDownRuns
SynchronousTestFailureInSetUp
SynchronousTestFailureInTearDown
TestAsynchronousFail
TestRegularFail
TestSkipTestCase
TimingOutDeferred
FoolishError
unexpectedException
twisted.trial.test.erroneous.LargeError
twisted
trial
test
class LargeError(Exception):
Constructor: LargeError(minSize)
LargeError(minSize)
View In Hierarchy
An exception which has a string representation of at least a specified number of characters.
int
Undocumented