MediaWiki REL1_39
InvalidLabelsException.php
Go to the documentation of this file.
1<?php
29
30use InvalidArgumentException;
31
32class InvalidLabelsException extends InvalidArgumentException {
33}