[tor-commits] [ooni-probe/master] Add UnableToLoadDeckInput Exception

art at torproject.org art at torproject.org
Tue Aug 27 09:21:51 UTC 2013


commit 657044e5a39bf655b9ec3590a92f72ef9b146fd7
Author: aagbsn <aagbsn at extc.org>
Date:   Fri Jun 28 00:57:07 2013 +0200

    Add UnableToLoadDeckInput Exception
---
 ooni/errors.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ooni/errors.py b/ooni/errors.py
index c9d5fbe..94a83a4 100644
--- a/ooni/errors.py
+++ b/ooni/errors.py
@@ -168,4 +168,5 @@ class OONIBReportCreationError(OONIBReportError):
 class OONIBTestDetailsLookupError(OONIBReportError):
     pass
 
-
+class UnableToLoadDeckInput(Exception):
+    pass





More information about the tor-commits mailing list