Merge "BaseTemplate: Handle `$this->data['language_urls'] === false` specially"
[lhc/web/wiklou.git] / includes / profiler / output / ProfilerOutputDb.php
index 264ec0c..2225e3f 100644 (file)
@@ -21,6 +21,8 @@
  * @ingroup Profiler
  */
 
+use Wikimedia\Rdbms\DBError;
+
 /**
  * Logs profiling data into the local DB
  *