glasswall.content_management.errors.config_elements
class
ConfigElementNotFound(glasswall.content_management.errors.policies.ContentManagementPolicyError):
7class ConfigElementNotFound(ContentManagementPolicyError): 8 """ The Content Management Policy ConfigElement could not be found. """ 9 pass
The Content Management Policy ConfigElement could not be found.