DelayTimeoutException

An exception thrown when a Delay mechanism times out

final
class DelayTimeoutException : Exception {}

Constructors

this
this(Delay delay)

Constructs a new exception with the offending Delay

Members

Functions

getDelay
Delay getDelay()

Returns the offending delay mechanism

Meta