CertificatePinningException constructor
Implementation
CertificatePinningException(
String msg, {
required this.host,
this.presentedPin,
}) : super._(msg);
CertificatePinningException(
String msg, {
required this.host,
this.presentedPin,
}) : super._(msg);