CertGeneratorException constructor

const CertGeneratorException(
  1. String message
)

Creates the exception.

Implementation

const CertGeneratorException(this.message);