You are here

FieldException.php in Drupal 8

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

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