summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/locale/src/StringStorageException.php
blob: c73c42ccc667d24679de0328ad99872c664f7af6 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

namespace Drupal\locale;

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