Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions cyclonedx/exception/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,11 @@ class LicenseExpressionAlongWithOthersException(CycloneDxModelException):
See https://github.com/CycloneDX/specification/pull/205
"""
pass


class InvalidCreIdException(CycloneDxModelException):
"""
Raised when a supplied value for an CRE ID does not meet the format requirements
as defined at https://opencre.org/
"""
pass
Loading