<?php

namespace Drupal\Core\Config;

/**
 * An exception thrown in case of storage operation errors.
 */
class StorageException extends ConfigException {}
