MediaWiki master
MultiblocksException.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Block;
4
5use RuntimeException;
6
13class MultiblocksException extends RuntimeException {
14}
Exception thrown when multiple blocks exist but the legacy "reblock" conflict mode was requested in B...