Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/includes/Revision/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/includes/Revision/BadRevisionException.php

<?php

namespace MediaWiki\Revision;

/**
 * Exception raised when the text of a revision is permanently missing or
 * corrupt. This wraps BadBlobException which is thrown by the Storage layer.
 * To mark a revision as permanently missing, use findBadBlobs.php.
 */
class BadRevisionException extends RevisionAccessException {

}