MediaWiki REL1_35
IncompleteRevisionException.php
Go to the documentation of this file.
1<?php
23namespace MediaWiki\Revision;
24
35
40class_alias( IncompleteRevisionException::class, 'MediaWiki\Storage\IncompleteRevisionException' );
Exception throw when trying to access undefined fields on an incomplete RevisionRecord.
Exception representing a failure to look up a revision.