MediaWiki master
UnsupportedFormatException.php
Go to the documentation of this file.
1<?php
8
9use InvalidArgumentException;
10
22class UnsupportedFormatException extends InvalidArgumentException {
23}