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
Merge "Special:Upload should not crash on failing previews"
[mediawiki.git]
/
includes
/
exception
/
MWContentSerializationException.php
blob
500cf7ce90e0a7aeda7dfcf86483340ad2030ed9
1
<
?php
2
/**
3
* Exception representing a failure to serialize or unserialize a content object.
4
*
5
* @ingroup Content
6
*/
7
class
MWContentSerializationException
extends
MWException
{
8
}