OutputContext.exception constructor
OutputContext.exception(
- OutputFormat format,
- Exception exception,
- StackTrace stackTrace
Implementation
OutputContext.exception(
OutputFormat format,
Exception exception,
StackTrace stackTrace,
) : this(format, (exception: exception, stackTrace: stackTrace));