class ProcessAlreadyRunning(Exception): def __init__(self, message, data): super().__init__(message) self.data = data