class Error(Exception):
pass
class RuntimeError(Error):
class ProgramError(Error):
class RuntimeUnavailableError(RuntimeError):