证书异常 构造函数

const 证书异常([
  1. String message = "",
  2. OSError? osError
])

实现

@pragma("vm:entry-point")
const CertificateException([String message = "", OSError? osError])
    : super._("CertificateException", message, osError);