ayon-core/openpype/modules/timers_manager/exceptions.py
2022-01-07 15:52:19 +01:00

3 lines
116 B
Python

class InvalidContextError(ValueError):
"""Context for which the timer should be started is invalid."""
pass