exceptionCauseExtractor method

ExceptionCauseExtractor? exceptionCauseExtractor(
  1. Type type
)

Returns a previously added ExceptionCauseExtractor by type

Implementation

ExceptionCauseExtractor? exceptionCauseExtractor(Type type) {
  return _causeExtractorsByType[type];
}