You are here

StringStorageException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/locale/src/StringStorageException.php

Namespace

Drupal\locale

File

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

/**
 * @file
 * Contains \Drupal\locale\StringStorageException.
 */
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.