clearExceptionKey method

String clearExceptionKey()

Implementation

String clearExceptionKey() {
  return replaceAll('Exception: ', '');
}