timeloop/looper/exceptions.py
2018-09-18 15:10:59 +05:30

6 lines
165 B
Python

class ServiceExit(Exception):
"""
Custom exception which is used to trigger the clean exit
of all running threads and the main program.
"""
pass