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 {}