exception signal.ItimerError
Raised to signal an error from the underlying setitimer()
or getitimer()
implementation. Expect this error if an invalid interval timer or a negative time is passed to setitimer()
. This error is a subtype of OSError
.
Please login to continue.