-
-
Notifications
You must be signed in to change notification settings - Fork 57
@ExceptionHandler methods #537
Copy link
Copy link
Closed
Milestone
Description
It would be good to support something like
@ExceptionHandler(NoSuchCommandException.class)
public void handleNoSuchCommandException(ExceptionContext<CommandSender> context) {
}as well as
@ExceptionHandler(NoSuchCommandException.class)
public void handleNoSuchCommandException(NoSuchCommandExeception exception, CommandContext<CommandSender> context) {
}etc, with the help of #536.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels