FieldException.php

Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Field/FieldException.php
  2. 10 core/lib/Drupal/Core/Field/FieldException.php
  3. 11.x core/lib/Drupal/Core/Field/FieldException.php

Namespace

Drupal\Core\Field

File

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.