Files
esp-idf/tools/idf_py_actions/errors.py
2019-12-19 16:48:36 +01:00

7 lines
154 B
Python

class FatalError(RuntimeError):
"""
Wrapper class for runtime errors that aren't caused by bugs in idf.py or the build process.
"""
pass