9 lines
247 B
Python
Raw Normal View History

2022-05-23 15:30:13 +02:00
# SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
2021-02-01 11:40:03 +01:00
class SerialStopException(Exception):
"""
This exception is used for stopping the IDF monitor in testing mode.
"""
pass