EntityFieldQueryException

  1. drupal
    1. 7 includes/entity.inc
    2. 8 core/modules/entity/entity.query.inc

Exception thrown by EntityFieldQuery() on unsupported query syntax.

Some storage modules might not support the full range of the syntax for conditions, and will raise an EntityFieldQueryException when an unsupported condition was specified.

Hierarchy

File

includes/entity.inc, line 394

View source
class EntityFieldQueryException extends Exception { }
Login or register to post comments