2016-12-24 11:58:38 +00:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* Exception representing a failure to serialize or unserialize a content object.
|
|
|
|
|
*
|
2020-06-29 12:13:29 +00:00
|
|
|
* @newable
|
2016-12-24 11:58:38 +00:00
|
|
|
* @ingroup Content
|
|
|
|
|
*/
|
|
|
|
|
class MWContentSerializationException extends MWException {
|
|
|
|
|
}
|