Revert "[entropy.exceptions] introduce RepositoryLocked exception, raised (and never caught) if EntropyRepository repository data structures are exclusively locked"
This reverts commit c3d5bbef4d.
This commit is contained in:
@@ -66,9 +66,6 @@ class DependenciesNotRemovable(EntropyException):
|
||||
class RepositoryError(EntropyException):
|
||||
"""Cannot open repository database"""
|
||||
|
||||
class RepositoryLocked(RepositoryError):
|
||||
""" Repository is locked by an exclusive lock """
|
||||
|
||||
class RepositoryPluginError(EntropyException):
|
||||
"""Error during EntropyRepositoryPlugin hook execution"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user