exceptions InvalidContextError Bases: ValueError Context for which the timer should be started is invalid. Source code in client/ayon_timers_manager/exceptions.py 1 2 3class InvalidContextError(ValueError): """Context for which the timer should be started is invalid.""" pass