MediaWiki 1.42.0
UnsupportedFormatException.php
Go to the documentation of this file.
1<?php
21
22use InvalidArgumentException;
23
35class UnsupportedFormatException extends InvalidArgumentException {
36}