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