MediaWiki master
IllegalOperationException.php
Go to the documentation of this file.
1<?php
21
22use RuntimeException;
23
30class IllegalOperationException extends RuntimeException {
31}
Thrown when an unresolvable configuration condition has been requested.