SBException constructor

SBException(
  1. String name,
  2. String reason, {
  3. List<StackTraceElement>? stackTrace,
  4. List<String>? callStackSymbols,
  5. Json? json,
})

Implementation

SBException(this.name, this.reason, {this.stackTrace, this.callStackSymbols, Json? json})
    : super(LogType.exception, json);