Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
class
UnMergeablePackageError(Exception):
307
""
"
308
Raised when a package cannot be merged
with
another one.
309
""
"
310
311
312
class
NoAffectedPackages(Exception):
Callers
1
merge
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected