some fixes for data editing
[lhc/web/wiklou.git] / includes / ContentHandler.php
index 496d7c9..3a0d50a 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+class MWContentSerializationException extends MWException {
+
+}
+
+
 /**
  * A content handler knows how do deal with a specific type of content on a wiki page.
  * Content is stored in the database in a serialized form (using a serialization format aka mime type)