MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / UnMergeablePackageError

Class UnMergeablePackageError

vulnerabilities/importer.py:306–309  ·  view source on GitHub ↗

Raised when a package cannot be merged with another one.

Source from the content-addressed store, hash-verified

304
305
306class UnMergeablePackageError(Exception):
307 """
308 Raised when a package cannot be merged with another one.
309 """
310
311
312class NoAffectedPackages(Exception):

Callers 1

mergeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected