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

io.api.bloxy.error.ParamException.kt Maven / Gradle / Ivy

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