You are here

FieldException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Field/FieldException.php

Namespace

Drupal\Core\Field

File

core/lib/Drupal/Core/Field/FieldException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Field\FieldException.
 */
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

Namesort descending Description
FieldException Base class for all exceptions thrown by the Entity Field API functions.