You are here

protected function FeedsExBase::stopErrorHandling in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/FeedsExBase.inc \FeedsExBase::stopErrorHandling()

Stops internal error handling.

Subclasses can override this to end error handling.

2 calls to FeedsExBase::stopErrorHandling()
FeedsExBase::parse in src/FeedsExBase.inc
FeedsExXml::stopErrorHandling in src/FeedsExXml.inc
Stops internal error handling.
1 method overrides FeedsExBase::stopErrorHandling()
FeedsExXml::stopErrorHandling in src/FeedsExXml.inc
Stops internal error handling.

File

src/FeedsExBase.inc, line 115
Contains FeedsExBase.

Class

FeedsExBase
The Feeds extensible parser.

Code

protected function stopErrorHandling() {
}