Merge "Perform a permission check on the title when changing the page language"
[lhc/web/wiklou.git] / maintenance / storage / trackBlobs.php
index 4f22843..b4514ec 100644 (file)
@@ -22,6 +22,8 @@
  * @see wfWaitForSlaves()
  */
 
+use Wikimedia\Rdbms\DBConnectionError;
+
 require __DIR__ . '/../commandLine.inc';
 
 if ( count( $args ) < 1 ) {