EventFluxException constructor
EventFluxException({
- String? message,
- int? statusCode,
- String? reasonPhrase,
- Object? originalError,
- StackTrace? stackTrace,
Implementation
EventFluxException({
this.message,
this.statusCode,
this.reasonPhrase,
this.originalError,
this.stackTrace,
});