UncaughtException constructor

UncaughtException(
  1. Object exception,
  2. CommandContext context
)

Create a new UncaughtException.

Implementation

UncaughtException(this.exception, CommandContext context) : super(exception.toString(), context);