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
- core/
modules/ field/ field.exceptions.inc, line 13 - Exceptions classes for Field module.