Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment