CollectionStreamWithParamsError constructor
CollectionStreamWithParamsError(
- String message,
- StackTrace stackTrace
Implementation
CollectionStreamWithParamsError(String message, StackTrace stackTrace)
: super(message, stackTrace);