Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<?php
/**
* Exception representing a failure to serialize or unserialize a content object.
*
* @newable
* @ingroup Content
*/
class MWContentSerializationException extends MWException {
}