summaryrefslogtreecommitdiff
path: root/www/wiki/includes/exception/MWContentSerializationException.php
blob: 500cf7ce90e0a7aeda7dfcf86483340ad2030ed9 (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Exception representing a failure to serialize or unserialize a content object.
 *
 * @ingroup Content
 */
class MWContentSerializationException extends MWException {
}