errors.py 154 B

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