MigrateSkipProcessException.php 176 B

12345678910
  1. <?php
  2. namespace Drupal\migrate;
  3. /**
  4. * This exception is thrown when the rest of the process should be skipped.
  5. */
  6. class MigrateSkipProcessException extends \Exception {
  7. }