[tor-commits] [ooni-probe/master] Add CouldNotFindTestCollector error
art at torproject.org
art at torproject.org
Tue Aug 27 09:21:51 UTC 2013
commit 4920850e60c25bd2ece3cd05160087b0f19cfc85
Author: aagbsn <aagbsn at extc.org>
Date: Sun Aug 25 20:30:29 2013 +0200
Add CouldNotFindTestCollector error
---
ooni/errors.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ooni/errors.py b/ooni/errors.py
index 5ad1940..58d894a 100644
--- a/ooni/errors.py
+++ b/ooni/errors.py
@@ -170,5 +170,9 @@ class OONIBTestDetailsLookupError(OONIBReportError):
class UnableToLoadDeckInput(Exception):
pass
+
class CouldNotFindTestHelper(Exception):
pass
+
+class CouldNotFindTestCollector(Exception):
+ pass
More information about the tor-commits
mailing list