<?php

namespace Drupal\locale;

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