Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal