StringStorageException.php

Definition of Drupal\Core\Entity\StringStorageException.

Namespace

Drupal\locale

File

drupal/core/modules/locale/lib/Drupal/locale/StringStorageException.php
View source
<?php

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


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