mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-08 11:13:51 +00:00
16 lines
306 B
Python
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.
|
|
'''
|