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