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