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