Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
MigrateSkipProcessException
100.00% covered (success)
100.00%
1 / 1
100.00% covered (success)
100.00%
0 / 0
0
100.00% covered (success)
100.00%
0 / 0
<?php
/**
 * @file
 * Contains \Drupal\migrate\MigrateSkipProcessException.
 */
namespace Drupal\migrate;
/**
 * This exception is thrown when the rest of the process should be skipped.
 */
class MigrateSkipProcessException extends \Exception {
}