ReadOnlyException.php

Definition of Drupal\Core\TypedData\ReadOnlyException.

Namespace

Drupal\Core\TypedData

File

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

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

use Exception;

/**
 * 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.