CertificateException constructor

const CertificateException([String message = "", OSError osError = null ])

Implementation

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