Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
FileBackendError
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2/**
3 * File backend exception for checked exceptions (e.g. I/O errors)
4 *
5 * @newable
6 * @stable to extend
7 * @ingroup FileBackend
8 * @since 1.22
9 */
10class FileBackendError extends Exception {
11}