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

}