ConfigImporterException.php 151 B

12345678
  1. <?php
  2. namespace Drupal\Core\Config;
  3. /**
  4. * Exception thrown when a config import fails.
  5. */
  6. class ConfigImporterException extends ConfigException {}