""" Shared exceptions between prompt and runner modules. """ [docs] class EnvironmentVariableNotDefinedError(Exception): pass [docs] class ConfigurationFileDoesNotExistError(Exception): pass