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