<?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 {
}
