forked from platformio/platformio-core
Minor improvements
This commit is contained in:
@ -32,6 +32,10 @@ class MinitermException(PlatformioException):
|
||||
pass
|
||||
|
||||
|
||||
class UserSideException(PlatformioException):
|
||||
pass
|
||||
|
||||
|
||||
class AbortedByUser(PlatformioException):
|
||||
|
||||
MESSAGE = "Aborted by user"
|
||||
|
Reference in New Issue
Block a user