repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix missing commit() flag in postgres savepoint class
[mediawiki.git]
/
includes
/
libs
/
filebackend
/
FileBackendError.php
blob
e23353510257aaaac3825df119305861ba3fa753
1
<
?php
2
/**
3
* File backend exception for checked exceptions (e.g. I/O errors)
4
*
5
* @ingroup FileBackend
6
* @since 1.22
7
*/
8
class
FileBackendError
extends
Exception
{
9
}