Add new app to handle all dependencies
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -30,20 +30,6 @@ class NoMIMETypeMatch(CompressionFileError):
|
||||
pass
|
||||
|
||||
|
||||
class NotLatestVersion(BaseCommonException):
|
||||
"""
|
||||
The installed version is not the latest available version
|
||||
"""
|
||||
def __init__(self, upstream_version):
|
||||
self.upstream_version = upstream_version
|
||||
|
||||
|
||||
class UnknownLatestVersion(BaseCommonException):
|
||||
"""
|
||||
It is not possible to determine what is the latest upstream version.
|
||||
"""
|
||||
|
||||
|
||||
class NPMException(BaseCommonException):
|
||||
"""Base exception for the NPM registry client"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user