IamportError constructor

IamportError(
  1. ActionType actionType,
  2. String? errorMessage
)

Implementation

IamportError(this.actionType, this.errorMessage);