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

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

The newest version!
package com.increase.api.errors

import com.google.common.collect.ListMultimap

class NotFoundException(
    headers: ListMultimap,
    body: String,
    error: IncreaseError,
) : IncreaseServiceException(404, headers, body, error)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy