FieldException.php
Same filename in other branches
Namespace
Drupal\Core\FieldFile
-
core/
lib/ Drupal/ Core/ Field/ FieldException.php
View source
<?php
namespace Drupal\Core\Field;
/**
* Base class for all exceptions thrown by the Entity Field API functions.
*
* This class has no functionality of its own other than allowing all
* Entity Field API exceptions to be caught by a single catch block.
*/
class FieldException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
FieldException | Base class for all exceptions thrown by the Entity Field API functions. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.