Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal