adGroupSync/src/adgroupsync/exceptions.py

5 lines
No EOL
135 B
Python

class ScriptAlreadyRunningError(Exception):
"""
A custom exception to raise when the script is already running
"""
pass