You are here

ReadOnlyException.php in Drupal 10

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

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