X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=autoload.php;h=eab8e45072fb4e1682134c343bc3982467f89c4b;hp=530e359777019d66efda2a3d963959cdb5605a2a;hb=b936d263ef486da6ecfe9d45c6aadc176e7db15c;hpb=0a9c55bfd39e22828f2d152ab71789cef3b0897c;ds=sidebyside diff --git a/autoload.php b/autoload.php index 530e359777..eab8e45072 100644 --- a/autoload.php +++ b/autoload.php @@ -437,6 +437,7 @@ $wgAutoloadLocalClasses = [ 'EraseArchivedFile' => __DIR__ . '/maintenance/eraseArchivedFile.php', 'ErrorPageError' => __DIR__ . '/includes/exception/ErrorPageError.php', 'EtcdConfig' => __DIR__ . '/includes/config/EtcdConfig.php', + 'EtcdConfigParseError' => __DIR__ . '/includes/config/EtcdConfigParseError.php', 'EventRelayer' => __DIR__ . '/includes/libs/eventrelayer/EventRelayer.php', 'EventRelayerGroup' => __DIR__ . '/includes/EventRelayerGroup.php', 'EventRelayerKafka' => __DIR__ . '/includes/libs/eventrelayer/EventRelayerKafka.php',