UncaughtCommandsException constructor

UncaughtCommandsException(
  1. String message,
  2. CommandContext context
)

Create a new UncaughtCommandsException.

Implementation

UncaughtCommandsException(String message, CommandContext context)
    : stackTrace = StackTrace.current,
      super(CommandsException(message), context);