Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / migrate / src / MigrateSkipProcessException.php
1 <?php
2
3 namespace Drupal\migrate;
4
5 /**
6  * This exception is thrown when the rest of the process should be skipped.
7  */
8 class MigrateSkipProcessException extends \Exception {
9
10 }