summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/src/Exception/PropertyLabelNotResolvedException.php
blob: 8e7aa20ea9539525509a859269e6702d93cb1579 (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 PropertyLabelNotResolvedException extends DataItemException {

}