aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Storage/BadBlobException.php
blob: e32dc33489ea243c70b811d6148257ee372594de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?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 {

}