AlgoSignerException constructor

AlgoSignerException(
  1. String message,
  2. dynamic cause
)

Implementation

AlgoSignerException(this.message, this.cause);