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

kr.summitsystems.springbukkit.command.CommandContextException.kt Maven / Gradle / Ivy

The newest version!
package kr.summitsystems.springbukkit.command

sealed class CommandContextException(message: String) : CommandException(message) {
    class NotFound(val id: Long) : CommandContextException("CommandContext not found for id: $id")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy