Entropy/exceptions:
- add SSLError exception class git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2217 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -114,6 +114,9 @@ class CommandNotFound(EntropyException):
|
||||
class LibraryNotFound(EntropyException):
|
||||
"""A required library was not available or executable"""
|
||||
|
||||
class SSLError(EntropyException):
|
||||
"""SSL support is not available"""
|
||||
|
||||
class EntropyPackageException(EntropyException):
|
||||
"""Malformed or missing package data"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user