summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php
blob: 6d861740ceb5f6f0efef0897012bb3266592ba69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Drupal\field;

use Drupal\Core\Field\FieldException;

/**
 * Exception class thrown by hook_field_storage_config_update_forbid().
 */
class FieldStorageConfigUpdateForbiddenException extends FieldException {}