VerificationFailedException constructor

VerificationFailedException([
  1. String _message = 'Verification of the certificate chain failed'
])

Creates a VerificationFailedException object.

Displays the exception _message if it is given, otherwise "Verification of the certificate chain failed" is set.

Implementation

VerificationFailedException(
    [this._message = 'Verification of the certificate chain failed']);