mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-07 02:45:21 +00:00
6 lines
107 B
Python
6 lines
107 B
Python
class PluginImplementationError(RuntimeError):
|
|
"""
|
|
Error in plugin implementation
|
|
"""
|
|
pass
|