You are here

ReadOnlyException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/TypedData/Exception/ReadOnlyException.php

File

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

/**
 * @file
 * Contains \Drupal\Core\TypedData\Exception\ReadOnlyException.
 */
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.