Source code for pytimers.exceptions
[docs]class ClockStillRunning(Exception):
"""Custom exception to be raised while accessing properties of
:py:class:`pytimers.clock.Clock` before being stopped.
"""
pass
[docs]class ClockStillRunning(Exception):
"""Custom exception to be raised while accessing properties of
:py:class:`pytimers.clock.Clock` before being stopped.
"""
pass