From: slush Date: Mon, 10 Sep 2012 07:32:40 +0000 (+0000) Subject: Module with custom exceptions X-Git-Url: https://git.novaco.in/?p=stratum-mining.git;a=commitdiff_plain;h=d896791b30f9cc221429950a150d99980e81b691 Module with custom exceptions --- diff --git a/lib/exceptions.py b/lib/exceptions.py new file mode 100644 index 0000000..1dd5df7 --- /dev/null +++ b/lib/exceptions.py @@ -0,0 +1,4 @@ +from stratum.custom_exceptions import ServiceException + +class SubmitException(ServiceException): + pass \ No newline at end of file