yandex-tank/Tank/stepper/module_exceptions.py
Alexey Lavrenuke (load testing) 7f270c6344 add some doctests for instance plan
2013-07-15 15:51:50 +04:00

11 lines
215 B
Python

class StepperConfigurationError(Exception):
'''
Raised when error in stepper configuration found.
'''
class AmmoFileError(Exception):
'''
Raised when failed to read ammo file properly.
'''