timeloop/looper/exceptions.py

7 lines
165 B
Python
Raw Normal View History

2018-09-18 11:40:59 +02:00
class ServiceExit(Exception):
"""
Custom exception which is used to trigger the clean exit
of all running threads and the main program.
"""
pass