ErrorOnDeletingCustomerException constructor

ErrorOnDeletingCustomerException(
  1. String account
)

Implementation

ErrorOnDeletingCustomerException(this.account) : super() {
  message = "Error on deleting customer for account $account";
}