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