MigrateSkipProcessException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\migrateFile
core/modules/migrate/src/MigrateSkipProcessException.phpView source
<?php
namespace Drupal\migrate;
/**
* This exception is thrown when the rest of the process should be skipped.
*/
class MigrateSkipProcessException extends \Exception {
}
Classes
Name | Description |
---|---|
MigrateSkipProcessException | This exception is thrown when the rest of the process should be skipped. |