class FieldException in Drupal 7
Base class for all exceptions thrown by Field API functions.
This class has no functionality of its own other than allowing all Field API exceptions to be caught by a single catch block.
Hierarchy
- class \FieldException extends \Exception
Expanded class hierarchy of FieldException
File
- modules/
field/ field.module, line 13 - Attach custom data fields to Drupal entities.
View source
class FieldException extends Exception {
}