forked from platformio/platformio-core
Implement packages updating; other improvements to Package Manager // Issue #479
This commit is contained in:
@@ -81,6 +81,11 @@ class UndefinedPackageVersion(PlatformioException):
|
||||
" for your system '{2}'"
|
||||
|
||||
|
||||
class UndefinedPlatformVersion(PlatformioException):
|
||||
|
||||
MESSAGE = "Can not find platform '{0}' with version requirements '{1}'"
|
||||
|
||||
|
||||
class PackageInstallError(PlatformioException):
|
||||
|
||||
MESSAGE = "Can not install package '{0}' with version requirements '{1}' "\
|
||||
|
Reference in New Issue
Block a user