EventSourceSubscriptionException.fromException constructor

EventSourceSubscriptionException.fromException(
  1. int statusCode,
  2. String message,
  3. Object? exception,
  4. StackTrace? stackTrace,
)

Implementation

EventSourceSubscriptionException.fromException(this.statusCode, this.message, this.exception, this.stackTrace)
    : super(event: "error");