io.api.bloxy.model.dto.BloxyError.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bloxy-api Show documentation
Show all versions of bloxy-api Show documentation
Kotlin & Java Library for all available Bloxy API endpoints
package io.api.bloxy.model.dto
/**
* ! NO DESCRIPTION !
*
* @author GoodforGod
* @since 22.11.2018
*/
data class BloxyError(val error: String = "") {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy