yandex-tank/Tank/stepper/module_exceptions.py
Alexey Lavrenuke (load testing) 9abced4121 stpd file reader
2013-08-15 19:19:08 +04:00

16 lines
306 B
Python

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