summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/src/Exception/DataItemDeserializationException.php
blob: e05cafb1dc10bdc11b3b8883612edb4e32921ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace SMW\Exception;

/**
 * @license GNU GPL v2+
 * @since 2.5
 *
 * @author mwjames
 */
class DataItemDeserializationException extends DataItemException {

}