ReadOnlyException.php
Same filename in other branches
Namespace
Drupal\Core\TypedData\ExceptionFile
-
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.