You are here

StringStorageException.php in Localization update 7.2

Definition of Drupal\Core\Entity\StringStorageException.

File

includes/locale/StringStorageException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Entity\StringStorageException.
 */

/**
 * Defines an exception thrown when storage operations fail.
 */
class StringStorageException extends \Exception {

}

Classes

Namesort descending Description
StringStorageException Defines an exception thrown when storage operations fail.