UnreachableHostsException constructor

const UnreachableHostsException(
  1. List<AlgoliaException> errors
)

Constructs an UnreachableHostsException with the provided list of errors.

Implementation

const UnreachableHostsException(this.errors);