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