4 lines
99 B
Python
4 lines
99 B
Python
import tuned.exceptions
|
|
|
|
class NotSupportedPluginException(tuned.exceptions.TunedException):
|
|
pass
|