forked from platformio/platformio-core
New project configuration parser with a strict options typing
This commit is contained in:
@ -179,6 +179,11 @@ class UnknownEnvNames(PlatformIOProjectException):
|
||||
MESSAGE = "Unknown environment names '{0}'. Valid names are '{1}'"
|
||||
|
||||
|
||||
class ProjectOptionValueError(PlatformIOProjectException):
|
||||
|
||||
MESSAGE = "{0} for option `{1}` in section [{2}]"
|
||||
|
||||
|
||||
#
|
||||
# Library
|
||||
#
|
||||
|
Reference in New Issue
Block a user