MediaWiki master
PageUpdateException.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Storage;
8
9use RuntimeException;
10
17class PageUpdateException extends RuntimeException {
18
19}
Exception representing a failure to update a page entry.