class ReadOnlyException

Exception thrown when trying to write or set ready-only data.

Hierarchy

Expanded class hierarchy of ReadOnlyException

1 file declares its use of ReadOnlyException
TextProcessed.php in drupal/core/modules/field/modules/text/lib/Drupal/text/TextProcessed.php
Definition of Drupal\text\TextProcessed.

File

drupal/core/lib/Drupal/Core/TypedData/ReadOnlyException.php, line 15
Definition of Drupal\Core\TypedData\ReadOnlyException.

Namespace

Drupal\Core\TypedData
View source
class ReadOnlyException extends Exception {

}

Members