PiholeApiFailure.general constructor

const PiholeApiFailure.general(
  1. String message
)

Exposed for custom messages.

Implementation

const factory PiholeApiFailure.general(String message) = _GeneralApiFailure;