Normalize the case to prevent duplication of valid shares by the client
[stratum-mining.git] / lib / exceptions.py
1 from stratum.custom_exceptions import ServiceException
2
3 class SubmitException(ServiceException):
4     pass