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