Files
automatic/modules/dml/pdh/errors.py
T
2024-02-05 22:43:10 +09:00

4 lines
99 B
Python

class PDHError(Exception):
def __init__(self, message: str):
super().__init__(message)