MigrateSkipProcessException.php
Same filename in other branches
Namespace
Drupal\migrateFile
-
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.