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