blob: 1b74380a6e1b78781cc765a343320ec8c7757fac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/**
* File backend exception for checked exceptions (e.g. I/O errors)
*
* @newable
* @stable to extend
* @ingroup FileBackend
* @since 1.22
*/
class FileBackendError extends Exception {
}
|