summaryrefslogtreecommitdiff
path: root/www/wiki/includes/libs/filebackend/FileBackendError.php
blob: e23353510257aaaac3825df119305861ba3fa753 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * File backend exception for checked exceptions (e.g. I/O errors)
 *
 * @ingroup FileBackend
 * @since 1.22
 */
class FileBackendError extends Exception {
}