class EntityMetadataWrapperException in Entity API 7
Provide a separate Exception so it can be caught separately.
Hierarchy
- class \EntityMetadataWrapperException extends \Exception
Expanded class hierarchy of EntityMetadataWrapperException
File
- includes/
entity.wrapper.inc, line 1195 - Provides wrappers allowing easy usage of the entity metadata.
View source
class EntityMetadataWrapperException extends Exception {
}