ReadOnlyException.php

Contains \Drupal\Core\TypedData\ReadOnlyException.

Namespace

Drupal\Core\TypedData

File

drupal/core/lib/Drupal/Core/TypedData/ReadOnlyException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\TypedData\ReadOnlyException.
 */
namespace Drupal\Core\TypedData;


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

}

Classes

Namesort descending Description
ReadOnlyException Exception thrown when trying to write or set ready-only data.