HostCertificateNotFound constructor

HostCertificateNotFound(
  1. String hostCertificatePath
)

Implementation

HostCertificateNotFound(this.hostCertificatePath)
    : message = "Host certificate file '$hostCertificatePath' not found";