Source code for oc4idskit.exceptions
[docs]
class OC4IDSKitWarning(UserWarning):
"""Base class for warnings from within this package."""
[docs]
class MissingProjectsWarning(OC4IDSKitWarning):
"""Used when the "projects" field is missing from a project package when combining packages."""