stratum-mining/lib/exceptions.py
2013-11-20 11:31:07 +00:00

4 lines
105 B
Python

from stratum.custom_exceptions import ServiceException
class SubmitException(ServiceException):
pass