ImportException.php

Same filename in other branches
  1. 11.x core/lib/Drupal/Core/DefaultContent/ImportException.php

Namespace

Drupal\Core\DefaultContent

File

core/lib/Drupal/Core/DefaultContent/ImportException.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Core\DefaultContent;


/**
 * Exception thrown when there is an error importing content.
 *
 * @internal
 *   This API is experimental.
 */
final class ImportException extends \RuntimeException {

}

Classes

Title Deprecated Summary
ImportException Exception thrown when there is an error importing content.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.