CepNotFoundException constructor

CepNotFoundException(
  1. String cep
)

Creates a CepNotFoundException when all providers fail to return data for the given cep.

Implementation

CepNotFoundException(this.cep)
  : super('No address data found for CEP $cep using any provider.');