TimeoutException constructor

TimeoutException(
  1. String operation
)

Implementation

TimeoutException(this.operation)
    : super('The operation \'$operation\' timed out. Please try again.');