Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki-1.43.1/includes/Storage/
Upload File :
Current File : /var/www/html/mediawiki-1.43.1/includes/Storage/BadBlobException.php

<?php

namespace MediaWiki\Storage;

/**
 * Exception thrown when a blob has the "bad" content address schema, or has
 * "error" in its old_flags, meaning it is permanently missing.
 */
class BadBlobException extends BlobAccessException {

}