Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| BadBlobException | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| 1 | <?php |
| 2 | |
| 3 | namespace MediaWiki\Storage; |
| 4 | |
| 5 | /** |
| 6 | * Exception thrown when a blob has the "bad" content address schema, or has |
| 7 | * "error" in its old_flags, meaning it is permanently missing. |
| 8 | */ |
| 9 | class BadBlobException extends BlobAccessException { |
| 10 | |
| 11 | } |