EBernhardson has uploaded a new change for review. https://gerrit.wikimedia.org/r/119213
Change subject: Remove unused PersistenceException class ...................................................................... Remove unused PersistenceException class This was renamed to Flow\Exception\DataPersistenceException some time ago, but it seems the class is still hanging around. Change-Id: I9064aa01291d2c4c4bf92edf8e30b15989bdd40a --- M includes/Data/ObjectManager.php 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/13/119213/1 diff --git a/includes/Data/ObjectManager.php b/includes/Data/ObjectManager.php index ae53501..233da55 100644 --- a/includes/Data/ObjectManager.php +++ b/includes/Data/ObjectManager.php @@ -738,8 +738,6 @@ throw new DataModelException( 'Not Implemented', 'process-data' ); } } -class PersistenceException extends \MWException { -} /** * $userMapper = new BasicObjectMapper( -- To view, visit https://gerrit.wikimedia.org/r/119213 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9064aa01291d2c4c4bf92edf8e30b15989bdd40a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits