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