You are here

class MigrateSkipProcessException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/MigrateSkipProcessException.php \Drupal\migrate\MigrateSkipProcessException

This exception is thrown when the rest of the process should be skipped.

Hierarchy

Expanded class hierarchy of MigrateSkipProcessException

2 files declare their use of MigrateSkipProcessException
Migration.php in core/modules/migrate/src/Plugin/migrate/process/Migration.php
Contains \Drupal\migrate\Plugin\migrate\process\Migration.
SkipOnEmpty.php in core/modules/migrate/src/Plugin/migrate/process/SkipOnEmpty.php
Contains \Drupal\migrate\Plugin\migrate\process\SkipOnEmpty.

File

core/modules/migrate/src/MigrateSkipProcessException.php, line 13
Contains \Drupal\migrate\MigrateSkipProcessException.

Namespace

Drupal\migrate
View source
class MigrateSkipProcessException extends \Exception {

}

Members