You are here

protected function WSConnectorBase::clearError in Web Service Data 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/WSConnectorBase.php \Drupal\wsdata\Plugin\WSConnectorBase::clearError()

Clear current error.

File

src/Plugin/WSConnectorBase.php, line 174

Class

WSConnectorBase
Base class for Wsconnector plugin plugins.

Namespace

Drupal\wsdata\Plugin

Code

protected function clearError() {
  $this->error = NULL;
}