File size: 99 Bytes
c19ca42
 
 
1
2
3
4
class PDHError(Exception):
    def __init__(self, message: str):
        super().__init__(message)