blob: 946fae500a6b06e984662a9142fc84ebdd2642ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* @file
* Definition of Drupal\Core\Entity\StringStorageException.
*/
/**
* Defines an exception thrown when storage operations fail.
*/
class StringStorageException extends \Exception { }
|