You are here

MigrateSkipProcessException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/migrate/src/MigrateSkipProcessException.php

Namespace

Drupal\migrate

File

core/modules/migrate/src/MigrateSkipProcessException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\migrate\MigrateSkipProcessException.
 */
namespace Drupal\migrate;


/**
 * This exception is thrown when the rest of the process should be skipped.
 */
class MigrateSkipProcessException extends \Exception {

}

Classes

Namesort descending Description
MigrateSkipProcessException This exception is thrown when the rest of the process should be skipped.