You are here

namespace Drupal\Core\TypedData\Exception in Drupal 8

Same name in other branches
  1. 9 Drupal\Core\TypedData\Exception
Classsort descending Location Description
MissingDataException core/lib/Drupal/Core/TypedData/Exception/MissingDataException.php Exception thrown when an operation misses a data value; i.e., it is unset.
ReadOnlyException core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php Exception thrown when trying to write or set ready-only data.