MediaWiki REL1_34
PageUpdateException.php
Go to the documentation of this file.
1<?php
23namespace MediaWiki\Storage;
24
25use RuntimeException;
26
32class PageUpdateException extends RuntimeException {
33
34}
Exception representing a failure to update a page entry.