MediaWiki  master
BlobAccessException.php
Go to the documentation of this file.
1 <?php
21 namespace MediaWiki\Storage;
22 
23 use RuntimeException;
24 
31 class BlobAccessException extends RuntimeException {
32 
33 }
Exception representing a failure to access a data blob.