diff options
Diffstat (limited to 'includes/entity.inc')
-rw-r--r-- | includes/entity.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/entity.inc b/includes/entity.inc index f363c3113..1eb40c56d 100644 --- a/includes/entity.inc +++ b/includes/entity.inc @@ -1327,3 +1327,8 @@ class EntityFieldQuery { } } + +/** + * Exception thrown when a malformed entity is passed. + */ +class EntityMalformedException extends Exception { } |