CertificatePinningException constructor
const
CertificatePinningException({})
Implementation
const CertificatePinningException({
required this.host,
required super.message,
super.code = 'CERTIFICATE_PINNING_FAILURE',
super.originalError,
});