Typo fix
[stratum-mining.git] / lib / exceptions.py
1 from stratum.custom_exceptions import ServiceException
2
3 class SubmitException(ServiceException):
4     pass