KlaytnException constructor

const KlaytnException(
  1. String message,
  2. dynamic data
)

Implementation

const KlaytnException(this.message, this.data);