CertificateException constructor

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

Implementation

const CertificateException([String message = "", OSError osError = null])
    : super._("CertificateException", message, osError);