forked from platformio/platformio-core
Added Migration Manager which simplifies process with upgrading to a major release
This commit is contained in:
@@ -139,3 +139,8 @@ class InvalidSettingName(PlatformioException):
|
||||
class InvalidSettingValue(PlatformioException):
|
||||
|
||||
MESSAGE = "Invalid value '%s' for the setting '%s'"
|
||||
|
||||
|
||||
class UpgraderFailed(PlatformioException):
|
||||
|
||||
MESSAGE = "An error occurred while upgrading PlatformIO"
|
||||
|
Reference in New Issue
Block a user