1 2 3 4 5 6 7 8
<?php namespace Drupal\locale; /** * Defines an exception thrown when storage operations fail. */ class StringStorageException extends \Exception {}