Loading core/modules/migrate/src/MigrateSkipRowException.php +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ /** * This exception is thrown when a row should be skipped. * * This exception should be used in Migrate process plugins. Throwing it in a * source plugin may cause unexpected results in the count of rows processed. * And throwing it in a destination plugin causes an error. */ class MigrateSkipRowException extends \Exception { Loading Loading
core/modules/migrate/src/MigrateSkipRowException.php +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ /** * This exception is thrown when a row should be skipped. * * This exception should be used in Migrate process plugins. Throwing it in a * source plugin may cause unexpected results in the count of rows processed. * And throwing it in a destination plugin causes an error. */ class MigrateSkipRowException extends \Exception { Loading