NoAssociatedTokenAccountException constructor

const NoAssociatedTokenAccountException(
  1. String _account,
  2. String _mint
)

Implementation

const NoAssociatedTokenAccountException(this._account, this._mint);