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