MediaWiki REL1_39
InvalidConfigurationException.php
Go to the documentation of this file.
1<?php
29
30use InvalidArgumentException;
31
32class InvalidConfigurationException extends InvalidArgumentException {
33}