throwCertificateError method

void throwCertificateError()

Implementation

void throwCertificateError() {
  exception = () => CertificateException();
  _register();
}