X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Finstaller%2FPostgresInstaller.php;h=b501cb37faedee57ca9d877fb1aef3661954532f;hb=f7e1770fb832aa77bf4e16ce8cc815f2b24dd10d;hp=bd7cfb3ed3ec93b08e92e203a33255a931c38071;hpb=6fbafe5494440f5c37686b250ed759f6a96271b9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index bd7cfb3ed3..b501cb37fa 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -22,6 +22,8 @@ */ use Wikimedia\Rdbms\Database; +use Wikimedia\Rdbms\DBQueryError; +use Wikimedia\Rdbms\DBConnectionError; /** * Class for setting up the MediaWiki database using Postgres.