MediaWiki REL1_34
BlobAccessException.php
Go to the documentation of this file.
1<?php
24
25use RuntimeException;
26
32class BlobAccessException extends RuntimeException {
33
34}
Exception representing a failure to access a data blob.