com.increase.api.errors.InternalServerException.kt Maven / Gradle / Ivy
package com.increase.api.errors
import com.google.common.collect.ListMultimap
class InternalServerException(
statusCode: Int,
headers: ListMultimap,
body: String,
error: IncreaseError,
) : IncreaseServiceException(statusCode, headers, body, error)