All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.increase.api.errors.InternalServerException.kt Maven / Gradle / Ivy

There is a newer version: 0.98.0
Show newest version
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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy