MediaWiki master
BlobAccessException.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Storage;
8
9use RuntimeException;
10
17class BlobAccessException extends RuntimeException {
18
19}
Exception representing a failure to access a data blob.