SolanaWalletAdapterException constructor

const SolanaWalletAdapterException(
  1. String message, {
  2. int? code,
})

Implementation

const SolanaWalletAdapterException(
  super.message, {
  super.code,
});