InvalidEventHandlerException
class InvalidEventHandlerException(val handler: EventHandler<*>, val reason: String) : KordExException
Thrown when an EventHandler could not be validated.
Parameters
reason
Why this EventHandler is considered invalid.