FieldException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\FieldFile
core/lib/Drupal/Core/Field/FieldException.phpView 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
Name | Description |
---|---|
FieldException | Base class for all exceptions thrown by the Entity Field API functions. |