9 lines
181 B
PHP
9 lines
181 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* Exception representing a failure to serialize or unserialize a content object.
|
||
|
|
*
|
||
|
|
* @ingroup Content
|
||
|
|
*/
|
||
|
|
class MWContentSerializationException extends MWException {
|
||
|
|
}
|