View file File name : exceptions.py Content :import tuned.exceptions class NotSupportedPluginException(tuned.exceptions.TunedException): pass