This website requires JavaScript.
Explore
Help
Sign In
1580158
/
automatic
mirror of
https://github.com/vladmandic/automatic
Watch
1
Star
0
Fork
You've already forked automatic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ecec822e0
automatic
/
modules
/
dml
/
pdh
/
errors.py
4 lines
99 B
Python
Raw
Blame
History
class
PDHError
(
Exception
)
:
def
__init__
(
self
,
message
:
str
)
:
super
(
)
.
__init__
(
message
)
Reference in New Issue
View Git Blame
Copy Permalink