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