yandex-tank/yandextank/stepper/module_exceptions.py
2016-03-16 12:15:17 +03:00

17 lines
316 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.
'''