ShardTimeoutError constructor

ShardTimeoutError(
  1. String message
)

Creates a ShardTimeoutError with a human-readable message.

Implementation

ShardTimeoutError(this.message);