MediaWiki master
EtcdConfigParseError.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Config;
4
5use Exception;
6
10class EtcdConfigParseError extends Exception {
11}
12
14class_alias( EtcdConfigParseError::class, 'EtcdConfigParseError' );