EventSourceSubscriptionException constructor

EventSourceSubscriptionException(
  1. int statusCode,
  2. String message
)

Implementation

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