ShardTimeoutError constructor
ShardTimeoutError(
- String message
Creates a ShardTimeoutError with a human-readable message.
Implementation
ShardTimeoutError(this.message);
Creates a ShardTimeoutError with a human-readable message.
ShardTimeoutError(this.message);