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

io.github.kryszak.gwatlin.api.exception.ApiRequestException.kt Maven / Gradle / Ivy

The newest version!
package io.github.kryszak.gwatlin.api.exception

/**
 * Exception thrown on problems with api requests
 */
class ApiRequestException(message: String?) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy