Module with custom exceptions
authorslush <info@bitcoin.cz>
Mon, 10 Sep 2012 07:32:40 +0000 (07:32 +0000)
committerslush <info@bitcoin.cz>
Mon, 10 Sep 2012 07:32:40 +0000 (07:32 +0000)
lib/exceptions.py [new file with mode: 0644]

diff --git a/lib/exceptions.py b/lib/exceptions.py
new file mode 100644 (file)
index 0000000..1dd5df7
--- /dev/null
@@ -0,0 +1,4 @@
+from stratum.custom_exceptions import ServiceException
+
+class SubmitException(ServiceException):
+    pass
\ No newline at end of file