io.api.bloxy.error.ParamException.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.error
/**
* Invalid API parameter error
*
* @author GoodforGod
* @since 21.11.2018
*/
class ParamException(message: String?) : BloxyException(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy