MediaWiki master
ModuleConfigurationException.php
Go to the documentation of this file.
1<?php
2
4
5use RuntimeException;
6
11class ModuleConfigurationException extends RuntimeException {
12}
Exception indicating incorrect REST module configuration.