<?php

namespace Drupal\Core\Config;

/**
 * An exception thrown when the config sync directory is not defined.
 */
class ConfigDirectoryNotDefinedException extends ConfigException {}
