ReadOnlyException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php
  2. 8.9.x core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php
  3. 11.x core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php

Namespace

Drupal\Core\TypedData\Exception

File

core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php

View source
<?php

namespace Drupal\Core\TypedData\Exception;


/**
 * Exception thrown when trying to write or set ready-only data.
 */
class ReadOnlyException extends \Exception {

}

Classes

Title Deprecated Summary
ReadOnlyException Exception thrown when trying to write or set ready-only data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.