CollectionStreamWithParamsError constructor

CollectionStreamWithParamsError(
  1. String message,
  2. StackTrace stackTrace
)

Implementation

CollectionStreamWithParamsError(String message, StackTrace stackTrace)
    : super(message, stackTrace);