AdyenException constructor

AdyenException(
  1. AdyenError error,
  2. String? message
)

Implementation

AdyenException(this.error, this.message);