Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/197806
Change subject: Use Exception ...................................................................... Use Exception Bug: T93135 Change-Id: I2ddb7d74e0c5b8facecd977f83e0c81fdfb2311d --- M includes/models/Collection.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather refs/changes/06/197806/1 diff --git a/includes/models/Collection.php b/includes/models/Collection.php index 2c82cd0..4dd6fc1 100644 --- a/includes/models/Collection.php +++ b/includes/models/Collection.php @@ -12,6 +12,7 @@ use \ApiMain; use \FauxRequest; use \Title; +use \Exception; /** * A collection with a list of items, which are represented by the CollectionItem class. -- To view, visit https://gerrit.wikimedia.org/r/197806 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2ddb7d74e0c5b8facecd977f83e0c81fdfb2311d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Gather Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
