SignatureException constructor

SignatureException(
  1. String message,
  2. String code
)

Implementation

SignatureException(this.message, this.code);