AlgoliaWaitException constructor

const AlgoliaWaitException(
  1. dynamic error
)

Constructs an AlgoliaWaitException with the provided error message.

Implementation

const AlgoliaWaitException(this.error);