mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 15:23:21 +00:00
Add idf.py extensions and move core actions to separate files
This commit is contained in:
6
tools/idf_py_actions/errors.py
Normal file
6
tools/idf_py_actions/errors.py
Normal file
@@ -0,0 +1,6 @@
|
||||
class FatalError(RuntimeError):
|
||||
"""
|
||||
Wrapper class for runtime errors that aren't caused by bugs in idf.py or the build proces.s
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user