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
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
includes
/
exception
/
MWContentSerializationException.php
blob
e37252a508067181affa1f5a992641e4c042bd78
1
<
?php
2
/**
3
* Exception representing a failure to serialize or unserialize a content object.
4
*
5
* @newable
6
* @ingroup Content
7
*/
8
class
MWContentSerializationException
extends
MWException
{
9
}