Merge "Added a separate error message for mkdir failures"
[lhc/web/wiklou.git] / includes / exception / MWContentSerializationException.php
1 <?php
2 /**
3 * Exception representing a failure to serialize or unserialize a content object.
4 *
5 * @ingroup Content
6 */
7 class MWContentSerializationException extends MWException {
8 }