Source code for bc_configs.environ_source.environ_source_exception
[docs]
class EnvironSourceException(Exception):
"""
Exception raised when there is an issue with the environment source.
"""
pass
[docs]
class EnvironSourceException(Exception):
"""
Exception raised when there is an issue with the environment source.
"""
pass