setCustomException abstract method

Future<void> setCustomException(
  1. String exceptionType,
  2. String causedBy,
  3. String errorDump
)

自定义异常收集 @param exceptionType 异常类型 @param causedBy 异常原因 @param errorDump 异常堆栈

Implementation

Future<void> setCustomException(
    String exceptionType, String causedBy, String errorDump);