Fix missing commit() flag in postgres savepoint class
[mediawiki.git] / includes / libs / filebackend / FileBackendError.php
blobe23353510257aaaac3825df119305861ba3fa753
1 <?php
2 /**
3 * File backend exception for checked exceptions (e.g. I/O errors)
5 * @ingroup FileBackend
6 * @since 1.22
7 */
8 class FileBackendError extends Exception {