You are here

protected function FeedsExJsonPath::startErrorHandling in Feeds extensible parsers 7

Starts internal error handling.

Subclasses can override this to being error handling.

Overrides FeedsExBase::startErrorHandling

File

src/FeedsExJsonPath.inc, line 90
Contains FeedsExJsonPath.

Class

FeedsExJsonPath
Parses JSON via JSONPath.

Code

protected function startErrorHandling() {

  // Clear the json errors from previous parsing.
  json_decode('{}');
}