Remove patch-log_search-rename-index.sql from MW 1.16 updaters
[lhc/web/wiklou.git] / includes / exception / MWContentSerializationException.php
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 }