| Current Path : /var/www/web3/mooc/core/modules/migrate/src/ |
| Current File : /var/www/web3/mooc/core/modules/migrate/src/MigrateSkipProcessException.php |
<?php
namespace Drupal\migrate;
/**
* This exception is thrown when the rest of the process should be skipped.
*/
class MigrateSkipProcessException extends \Exception {
}