CancelTimerError

Cancel timer error occurs if you try to cancel timer which is not scheduled.

class CancelTimerError : Exception {}

Constructors

this
this(string msg, string file, size_t line)

Meta