StreamNotFoundException constructor

StreamNotFoundException(
  1. StreamName stream
)

Implementation

StreamNotFoundException(StreamName stream)
    : super("Stream '$stream' not found");