Select Git revision
forums.tpl.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
MigrateSkipProcessException.php 176 B
<?php
namespace Drupal\migrate;
/**
* This exception is thrown when the rest of the process should be skipped.
*/
class MigrateSkipProcessException extends \Exception {
}