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

ru.astrainteractive.astralibs.command.api.exception.CommandException.kt Maven / Gradle / Ivy

There is a newer version: 3.16.1
Show newest version
package ru.astrainteractive.astralibs.command.api.exception

open class CommandException(message: String) : Throwable(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy