yandex-tank/yandextank/core/exceptions.py
2015-11-25 21:21:19 +03:00

6 lines
107 B
Python

class PluginImplementationError(RuntimeError):
"""
Error in plugin implementation
"""
pass