DB excepions: consistently declare constructors as public
authorChad Horohoe <chadh@wikimedia.org>
Wed, 30 Aug 2017 23:44:35 +0000 (16:44 -0700)
committerChad Horohoe <chadh@wikimedia.org>
Wed, 30 Aug 2017 23:44:50 +0000 (16:44 -0700)
commit78b78644fb69a28f5719de7aa6f0215c6a17b715
treef24713c95a022907dcc6d686d884c47dc47c6877
parent91b86399b1ea8fa51750f7cd836651993f23ff9a
DB excepions: consistently declare constructors as public

Also DBTransactionSizeError::getKey() while we're here

Change-Id: Ic76abf3ca0bf74dd96018d67da466365957bf3b1
includes/libs/rdbms/exception/DBConnectionError.php
includes/libs/rdbms/exception/DBError.php
includes/libs/rdbms/exception/DBExpectedError.php
includes/libs/rdbms/exception/DBQueryError.php
includes/libs/rdbms/exception/DBTransactionSizeError.php