Johan B.W. de Vries 13dc426fc5 It lives \o/
2023-04-11 11:35:08 +02:00

15 lines
264 B
Python

class PhasmPlatformError(Exception):
pass
class PhashPlatformRuntimeError(PhasmPlatformError):
pass
class PhashPlatformServiceNotFound(PhashPlatformRuntimeError):
pass
class PhashPlatformServiceMethodNotFound(PhashPlatformRuntimeError):
pass