MediaWiki master
FileBackendError.php
Go to the documentation of this file.
1<?php
2
4
5use Exception;
6
15class FileBackendError extends Exception {
16}
17
19class_alias( FileBackendError::class, 'FileBackendError' );
File backend exception for checked exceptions (e.g.