EncryptionException constructor

const EncryptionException(
  1. String message
)

Constructs an EncryptionException with the given message.

Implementation

const EncryptionException(this.message);