APIException

fun APIException(throwable: Throwable)
fun APIException(stripeError: StripeError? = null, requestId: String? = null, statusCode: Int = 0, message: String? = stripeError?.message, cause: Throwable? = null)