ru.astrainteractive.astralibs.command.api.exception.CommandException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of command Show documentation
Show all versions of command Show documentation
Core utilities for spigot development
package ru.astrainteractive.astralibs.command.api.exception
open class CommandException(message: String) : Throwable(message)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy