jenkins-bot has submitted this change and it was merged. Change subject: Fix wrong namespace for StorageException ......................................................................
Fix wrong namespace for StorageException RedirectCreationInteractor had the wrong namespace for StorageException, so the catch clauses didn't catch anything. Change-Id: Iaf5dbe76adc38c8b3a9d923a137fad8798a6c794 --- M repo/includes/Interactors/RedirectCreationInteractor.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hoo man: Looks good to me, approved jenkins-bot: Verified diff --git a/repo/includes/Interactors/RedirectCreationInteractor.php b/repo/includes/Interactors/RedirectCreationInteractor.php index ea51451..c5ed109 100644 --- a/repo/includes/Interactors/RedirectCreationInteractor.php +++ b/repo/includes/Interactors/RedirectCreationInteractor.php @@ -8,8 +8,8 @@ use Wikibase\Lib\Store\EntityRedirect; use Wikibase\Lib\Store\EntityRevisionLookup; use Wikibase\Lib\Store\EntityStore; +use Wikibase\Lib\Store\StorageException; use Wikibase\Lib\Store\UnresolvedRedirectException; -use Wikibase\StorageException; use Wikibase\Summary; use Wikibase\SummaryFormatter; -- To view, visit https://gerrit.wikimedia.org/r/149295 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaf5dbe76adc38c8b3a9d923a137fad8798a6c794 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Hoo man <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
