FormatterException constructor

const FormatterException(
  1. List<AnalysisError> errors
)

Creates a new FormatterException with an optional error message.

Implementation

const FormatterException(this.errors);