class StringStorageException in Drupal 9
Same name and namespace in other branches
- 8 core/modules/locale/src/StringStorageException.php \Drupal\locale\StringStorageException
Defines an exception thrown when storage operations fail.
Hierarchy
- class \Drupal\locale\StringStorageException extends \Drupal\locale\Exception
Expanded class hierarchy of StringStorageException
1 file declares its use of StringStorageException
- StringBaseTest.php in core/
modules/ locale/ tests/ src/ Unit/ StringBaseTest.php
File
- core/
modules/ locale/ src/ StringStorageException.php, line 8
Namespace
Drupal\localeView source
class StringStorageException extends \Exception {
}