mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
7 lines
154 B
Python
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
|