summaryrefslogtreecommitdiff
path: root/coverage/exceptions.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-30 18:07:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-30 18:35:09 -0500
commit45787e29dea3a41f2e9570b66a571a7ebcda4592 (patch)
tree7eeadde7d7a033e27abd1df7411bb525bd711148 /coverage/exceptions.py
parent85c7a4ac4161c4eb2efeaf07e6f833d3a073b018 (diff)
downloadpython-coveragepy-git-45787e29dea3a41f2e9570b66a571a7ebcda4592.tar.gz
refactor: removed mentions of Jython and IronPython
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