StorageException.php 156 B

12345678
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * An exception thrown in case of storage operation errors.
  5. */
  6. class StorageException extends ConfigException {}