You are here

StringStorageException.php in Drupal 10

Namespace

Drupal\locale

File

core/modules/locale/src/StringStorageException.php
View source
<?php

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.