You are here

class FeedsNotExistingException in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsConfigurable.inc \FeedsNotExistingException
  2. 7 includes/FeedsConfigurable.inc \FeedsNotExistingException

Used when an object does not exist in the DB or code but should.

Hierarchy

Expanded class hierarchy of FeedsNotExistingException

File

includes/FeedsConfigurable.inc, line 11
FeedsConfigurable and helper functions.

View source
class FeedsNotExistingException extends Exception {

}

Members