4 lines
105 B
Python
4 lines
105 B
Python
from stratum.custom_exceptions import ServiceException
|
|
|
|
class SubmitException(ServiceException):
|
|
pass |