FirehoseErrorException constructor

const FirehoseErrorException({
  1. required String error,
  2. String? message,
})

Returns the new instance of FirehoseErrorException.

Implementation

const FirehoseErrorException({required this.error, this.message});