SignerException constructor

const SignerException(
  1. String message
)

Creates a SignerException.

Implementation

const SignerException(super.message);