Remove spack.repo.IndexError (#39029)
This exception is never used and overrides a built-in.
This commit is contained in:
parent
c1be7f2354
commit
c0b42151c3
@ -1472,10 +1472,6 @@ class UnknownEntityError(RepoError):
|
||||
"""Raised when we encounter a package spack doesn't have."""
|
||||
|
||||
|
||||
class IndexError(RepoError):
|
||||
"""Raised when there's an error with an index."""
|
||||
|
||||
|
||||
class UnknownPackageError(UnknownEntityError):
|
||||
"""Raised when we encounter a package spack doesn't have."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user