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

namespace SMW\Exception;

use RuntimeException;

/**
 * @license GNU GPL v2+
 * @since 2.5
 *
 * @author mwjames
 */
class DataTypeLookupException extends RuntimeException {

}