reportException method

void reportException(
  1. String errorMsg,
  2. String stackInfo
)

Implementation

void reportException(String errorMsg, String stackInfo) {
  throw UnimplementedError('reportException() has not been implemented.');
}