Skip to content
Snippets Groups Projects

Applied patch #43

4 files
+ 93
2
Compare changes
  • Side-by-side
  • Inline
Files
4
<?php
namespace Drupal\Core\Config\Entity\Exception;
use Drupal\Core\Config\ConfigException;
/**
* Thrown when a configuration entity dependency does not exist.
*/
class ConfigEntityDependencyException extends ConfigException {}
Loading