Gets a string representation of the TimerError class, used by the built-in Object.prototype.toString
.
Creates and returns a new TimerError instance for when the timer is already paused.
Creates and returns a new TimerError instance for when the timer has already started.
Creates and returns a new TimerError instance for when the timer is not paused.
Creates and returns a new TimerError instance for when the timer has not yet started.
Generated using TypeDoc
This class represents errors that occur during the operation of basic timers, timers and stopwatches.
It has static methods able to create TimerError instances with generic error messages.