StripeApiException constructor

StripeApiException(
  1. StripeError error
)

Implementation

StripeApiException(this.error)
    : requestId = error.requestId,
      message = error.message;