<?php /** * File backend exception for checked exceptions (e.g. I/O errors) * * @ingroup FileBackend * @since 1.22 */ class FileBackendError extends Exception { }