609d54c
1
2
3
4
5
class ProcessAlreadyRunning(Exception): def __init__(self, message, data): super().__init__(message) self.data = data