Verified Commit e03d3ec5 authored by Dave Long's avatar Dave Long
Browse files

Issue #3247040 by _shY, quietone, smustgrave, joachim: MigrateSkipRowException...

Issue #3247040 by _shY, quietone, smustgrave, joachim: MigrateSkipRowException should document that it is for use within migration process plugins
parent 900ea3f6
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {