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