MigrateSkipProcessException.php

Same filename in other branches
  1. 8.9.x core/modules/migrate/src/MigrateSkipProcessException.php
  2. 10 core/modules/migrate/src/MigrateSkipProcessException.php
  3. 11.x core/modules/migrate/src/MigrateSkipProcessException.php

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

Title Deprecated Summary
MigrateSkipProcessException This exception is thrown when the rest of the process should be skipped.

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