mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
3 lines
116 B
Python
3 lines
116 B
Python
class InvalidContextError(ValueError):
|
|
"""Context for which the timer should be started is invalid."""
|
|
pass
|