You are here

public function CampaignMonitor::resetErrors in Campaign Monitor 7

Resets the internal error array to an empty array.

File

lib/campaignmonitor.class.inc, line 359
Implementation of the CampaignMonitor class.

Class

CampaignMonitor
Implementation of the CampaignMonitor class.

Code

public function resetErrors() {
  $this->errors = [];
}