EventHandlerRegistrationException
class EventHandlerRegistrationException(val handler: EventHandler<*>, val reason: String) : KordExException
Thrown when an attempt to register a EventHandler fails.
Parameters
reason
Why this EventHandler could not be registered.