SentryException constructor
const
SentryException({})
Implementation
const SentryException({
required this.type,
required this.value,
this.module,
this.stackTrace,
this.mechanism,
this.threadId,
this.throwable,
this.unknown,
});