ShardAssertionError constructor

ShardAssertionError(
  1. String message
)

Creates a ShardAssertionError with a human-readable message.

Implementation

ShardAssertionError(this.message);