Skip to content

Commit

Permalink
Changed exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandLTU committed Feb 4, 2015
1 parent 5794331 commit 80ca21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sync/Extractor/DoctrineExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function extract(BaseDiffItem $item)
$this->getShopIds()
);
} elseif (empty($statements)) {
throw new \LogicException('Relation does not have any effect');
throw new \LogicException('Missing related statements or no document type set in relation.');
}

foreach ($statements as $statement) {
Expand Down

0 comments on commit 80ca21f

Please sign in to comment.