mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
17 lines
316 B
Python
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.
|
|
'''
|