class FeedsNotExistingException in Feeds 6
Same name and namespace in other branches
- 7.2 includes/FeedsConfigurable.inc \FeedsNotExistingException
- 7 includes/FeedsConfigurable.inc \FeedsNotExistingException
Used when an object does not exist in the DB or code but should.
Hierarchy
- class \FeedsNotExistingException extends \Exception
Expanded class hierarchy of FeedsNotExistingException
File
- includes/
FeedsConfigurable.inc, line 11 - FeedsConfigurable and helper functions.
View source
class FeedsNotExistingException extends Exception {
}