mash-sensor-tof-pc/src/timeloop/exceptions.py

7 lines
165 B
Python
Raw Normal View History

2022-04-27 22:39:27 +02:00
class ServiceExit(Exception):
"""
Custom exception which is used to trigger the clean exit
of all running threads and the main program.
"""
pass