StreamDeletedException constructor

StreamDeletedException(
  1. String streamId, {
  2. Object? cause,
})

Constructs a new instance of StreamDeletedException.

Implementation

StreamDeletedException(this.streamId, {this.cause});