namespace Terminal.Gui.Configuration; /// /// The exception that is thrown when a API is called but the configuration manager is not enabled. /// public class ConfigurationManagerNotEnabledException : Exception { }