Module glasswall.content_management.errors.config_elements
Expand source code
from glasswall.content_management.errors.policies import ContentManagementPolicyError
class ConfigElementNotFound(ContentManagementPolicyError):
""" The Content Management Policy ConfigElement could not be found. """
pass
Classes
class ConfigElementNotFound (*args, **kwargs)
-
The Content Management Policy ConfigElement could not be found.
Expand source code
class ConfigElementNotFound(ContentManagementPolicyError): """ The Content Management Policy ConfigElement could not be found. """ pass
Ancestors
- ContentManagementPolicyError
- builtins.Exception
- builtins.BaseException