sau/sau/errors.py

8 lines
98 B
Python

class PlatformNotSupported(Exception):
pass
class UnknownServiceError(Exception):
pass