1
0
Fork 0
tuned/tuned/plugins/exceptions.py

4 lines
99 B
Python

import tuned.exceptions
class NotSupportedPluginException(tuned.exceptions.TunedException):
pass