summaryrefslogtreecommitdiff
path: root/coverage/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/exceptions.py')
-rw-r--r--coverage/exceptions.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/coverage/exceptions.py b/coverage/exceptions.py
index c6a7f3da..43dc0047 100644
--- a/coverage/exceptions.py
+++ b/coverage/exceptions.py
@@ -57,16 +57,6 @@ class _ExceptionDuringRun(CoverageException):
pass
-class _StopEverything(_BaseCoverageException):
- """An exception that means everything should stop.
-
- The CoverageTest class converts these to SkipTest, so that when running
- tests, raising this exception will automatically skip the test.
-
- """
- pass
-
-
class CoverageWarning(Warning):
"""A warning from Coverage.py."""
pass