ExtractionFailedException<T> constructor

ExtractionFailedException<T>(
  1. List<T> extracted,
  2. List<JsonWithError> notExtracted
)

Implementation

ExtractionFailedException(super.extracted, this.notExtracted);