localizedDescription property

String localizedDescription

Implementation

String get localizedDescription {
  return msg ?? '未知异常:$code';
}