glasswall.content_management.errors.config_elements

1from glasswall.content_management.errors.policies import ContentManagementPolicyError
2
3
4class ConfigElementNotFound(ContentManagementPolicyError):
5    """ The Content Management Policy ConfigElement could not be found. """
6    pass
7class ConfigElementNotFound(ContentManagementPolicyError):
8    """ The Content Management Policy ConfigElement could not be found. """
9    pass

The Content Management Policy ConfigElement could not be found.