Johan B.W. de Vries 2063a6ea9c Worker, run_once
2023-04-10 13:11:16 +02:00

11 lines
190 B
Python

class PhasmPlatformError(Exception):
pass
class PhashPlatformRuntimeError(PhasmPlatformError):
pass
class PhashPlatformNonIntMainReturnError(PhashPlatformRuntimeError):
pass