You are here

MigrateSkipProcessException.php in Drupal 8

Namespace

Drupal\migrate

File

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

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.