Searched refs:formatException (Results 1 – 5 of 5) sorted by relevance
369 String formatException() => exceptionAsString().split('\n')[0].trimLeft();371 return DiagnosticsNode.message(formatException());380 return summary ?? ErrorSummary('${formatException()}');
624 def formatException(self, ei): member in Formatter686 record.exc_text = self.formatException(record.exc_info)
580 formatted using :meth:`formatException` and appended to the message. Note630 .. method:: formatException(exc_info)
2196 def formatException(self, exc_info):2200 result = super().formatException(exc_info)
1199 def formatException(self, ei): member in ExceptionFormatter