automatic/modules/dml/pdh/errors.py

4 lines
99 B
Python

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