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