Package-level declarations

Types

Link copied to clipboard
open class CommandExceptionBuilder(detailErrorMessage: String?, input: String?, cursor: Int)

A builder for creating command exception messages with contextual information. This builder constructs user-friendly error messages for commands, optionally including a specified prefix, detailed error messages, and contextual information about the command input.