TimeoutCancellationException
class TimeoutCancellationException : TimeoutException
(source)This exception is thrown by withTimeout to indicate timeout.
Constructors
TimeoutCancellationException(message: String) Creates timeout exception with a given message. |