InvalidSenderException

class InvalidSenderException(val at: String, val sender: String) : Exception

Exception thrown when a command is executed by an invalid sender.

Constructors

Link copied to clipboard
constructor(at: String, sender: String)

Properties

Link copied to clipboard
val at: String

The location in the command where the error occurred.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard

The invalid sender type.

Link copied to clipboard
Link copied to clipboard