mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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
|