Entropy/exceptions:
- add QueueError exception git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2036 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -75,7 +75,10 @@ class SystemDatabaseError(EntropyException):
|
||||
"""Cannot open system database"""
|
||||
|
||||
class OnlineMirrorError(EntropyException):
|
||||
"""Cannot lock online mirror for syncing"""
|
||||
"""Mirror issue"""
|
||||
|
||||
class QueueError(EntropyException):
|
||||
"""Action queue issue"""
|
||||
|
||||
class InvalidLocation(EntropyException):
|
||||
"""Data was not found when it was expected to exist or was specified incorrectly"""
|
||||
|
||||
Reference in New Issue
Block a user