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