Don't error out if it is not possible to check for the latest current version.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -16,6 +16,12 @@ class NotLatestVersion(BaseCommonException):
|
||||
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