StreamNotFoundException constructor

StreamNotFoundException(
  1. String streamId, {
  2. Exception? cause,
})

Constructs a new instance of StreamNotFoundException.

Implementation

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